-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add/Improve Kafka Admin classes #4
Labels
enhancement
New feature or request
Comments
mariomastrodicasa
added a commit
to mariomastrodicasa/KafkaBridge
that referenced
this issue
Nov 14, 2021
mariomastrodicasa
changed the title
Add Kafka Admin classes
Add/Improve Kafka Admin classes
Nov 14, 2021
9 tasks
9 tasks
masesdevelopers
added a commit
that referenced
this issue
Nov 21, 2021
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?
9 tasks
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
Merged
9 tasks
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
In #1 was missing the reference to other Kafka features like Admin. Add some of Kafka Admin classes, mainly add methods to KafkaAdminClient.
Describe the solution you'd like
Add classes and methods which help to use Apache Kafka Admin.
Describe alternatives you've considered
N/A
Additional context
Linked to #1
The text was updated successfully, but these errors were encountered: