Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate to JCOBridge 2.4.* #2

Closed
mariomastrodicasa opened this issue Nov 14, 2021 · 2 comments · Fixed by #5, #18, #22, #34 or #51
Closed

Migrate to JCOBridge 2.4.* #2

mariomastrodicasa opened this issue Nov 14, 2021 · 2 comments · Fixed by #5, #18, #22, #34 or #51
Assignees
Labels
enhancement New feature or request

Comments

@mariomastrodicasa
Copy link
Contributor

Is your feature request related to a problem? Please describe.
On November 8 .NET 6 was released. To use the latest version this project shall migrate to JCOBridge 2.4.0

Describe the solution you'd like
Upgrade project to target the new JCOBridge version

Describe alternatives you've considered
N/A

Additional context
#1 shall use the new features of the latest version of JCOBridge

@mariomastrodicasa mariomastrodicasa added the enhancement New feature or request label Nov 14, 2021
@mariomastrodicasa mariomastrodicasa self-assigned this Nov 14, 2021
mariomastrodicasa added a commit to mariomastrodicasa/KafkaBridge that referenced this issue Nov 14, 2021
…asses to manage Administration, Produce, Consume
mariomastrodicasa added a commit to mariomastrodicasa/KafkaBridge that referenced this issue Nov 14, 2021
mariomastrodicasa added a commit to mariomastrodicasa/KafkaBridge that referenced this issue Nov 14, 2021
mariomastrodicasa added a commit that referenced this issue Nov 14, 2021
* #1, #2: upgrade to JCOBridge 2.4.0, added some classes to manage Administration, Produce, Consume

* #2: update template

* #2: Upgrade to support .NET 6

* #3: added basic stream example

* #1: added templates related to Producer/Consumer

* #4: improved KafkaAdminClient
@mariomastrodicasa mariomastrodicasa changed the title Migrate to JCOBridge 2.4.0 Migrate to JCOBridge 2.4.* Nov 21, 2021
masesdevelopers added a commit that referenced this issue Nov 21, 2021
* #2: migration to JCOBridge 2.4.1

* Added missing template and fix

* #4: added new API

* #6: better implementation of some classes
@masesdevelopers masesdevelopers mentioned this issue Dec 30, 2021
9 tasks
masesdevelopers added a commit that referenced this issue Dec 30, 2021
* Added .NET TimestampType

* Fix on ProducerRecord

* Refix ProducerRecord

* #4: update config classes

* #6: update config classes

* #7: update config classes

* #4: added new methods

* #6: update classes

* Update version

* #7: stream improvements

* #6: class updates

* #7: added basic stream template

* #7: add more methods on Topology

* #2: update to JCOBridge 2.4.3

* Added java project, update source structure

* Update to create a self-contained package

* Added command to install JCOBridge

* #10: self contained NuGet package

* #10: added all Jars found in the official Apache Kafka delivery

* #8: added server start with project refactoring

* #10: added configuration files (copied from Apache Kafka) into package

* Documentation upgrade

* #4: added extra tools and admin classes
masesdevelopers added a commit that referenced this issue Jan 9, 2022
* #2: upgrade to JCOBridge 2.4.5

* #6: Added Callback inside KafkaProducer

* Documentation upgrade (to be reviewed)

* Added many common exceptions

* #6: almost finished implementation of KafkaConsumer

* #6, #7: minor changes in classes

* #6: almost finished KafkaProducer

* Fixed #16 (comment)

* Fixed #16 (comment)

* Fixed #16 (comment)

* #6 and #16 (comment): added missing exceptions

* #16 (comment): fixed CodeQL

* #4: added ExecutionException to be compliant with JCOBridge exception resolution and identify TopicExistException

* #10: Serdes class had problems with static initialization: the downloaded Jars from Maven Central are different from the official package?
@masesdevelopers masesdevelopers linked a pull request Feb 7, 2022 that will close this issue
9 tasks
masesdevelopers added a commit that referenced this issue Feb 7, 2022
* Upgrade version

* #7: fix on Streams event

* Added extra constructor in consumer/producer

* Update test for latest changes

* #6: fixed serdes, update template and test program

* #4: improved KafkaAdminClient

* #6: improved Producer/Consumer

* #7: initial set of almost Streams classes and interfaces, with associated tests

* #2: upgrade to JCOBridge 2.4.6
@mariomastrodicasa
Copy link
Contributor Author

@masesdevelopers add this snippet to the project containing reference on JCOBridge to propagate management of .targets:

	<PackageReference Include="MASES.JCOBridge" Version="2.4.6">
		<IncludeAssets>All</IncludeAssets>
		<PrivateAssets>None</PrivateAssets>
	</PackageReference>

masesdevelopers added a commit that referenced this issue Feb 21, 2022
* #4: improve Admin client APIs

* Version upgrade

* #4: extra classes and fix

* #4: added Admin basic test program

* Configuration updates

* #2 (#2 (comment)): changed behavior of JCOBridge asset management

* Update config classes

* Enable logging on command line

* #7: fix on classes

* #4: API improvements

* #7: fix on API

* #4: improvements in Admin API implementation

* #4: options almost completed

* #4: results almost completed

* Updates on docs

* Update admin Program

* Fix on CONTRIBUTING.md

* Comment #22 (comment) and #22 (comment) resolved

* Code cleanup: .NET namespaces inlined
@masesdevelopers masesdevelopers linked a pull request Feb 21, 2022 that will close this issue
9 tasks
@masesdevelopers
Copy link
Contributor

@masesdevelopers add this snippet to the project containing reference on JCOBridge to propagate management of .targets:

	<PackageReference Include="MASES.JCOBridge" Version="2.4.6">
		<IncludeAssets>All</IncludeAssets>
		<PrivateAssets>None</PrivateAssets>
	</PackageReference>

Add in PR #22. Issue closed.

@masesdevelopers masesdevelopers mentioned this issue Mar 9, 2022
9 tasks
@masesdevelopers masesdevelopers linked a pull request Mar 9, 2022 that will close this issue
9 tasks
masesdevelopers added a commit that referenced this issue Mar 9, 2022
* Version upgrade

* #33: Fix license in package

* #2: upgrade to JCOBridge 2.4.7

* #29 (#29 (comment)): configuration can be duplicated with CreateFrom

* Changes per comment #34 (comment)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
2 participants