-
-
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
NuGet packages shall contains Apache Kafka Jars #10
Labels
enhancement
New feature or request
Comments
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
9 tasks
masesdevelopers
added a commit
that referenced
this issue
Jan 3, 2022
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?
mariomastrodicasa
added a commit
that referenced
this issue
Jan 9, 2022
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.
The NuGet packege shall contains the JARs related to the Kafka version in use, this avoids to install the package over a previous configured Apache Kafka deploy.
Describe the solution you'd like
Put the Jars within the package and copy them during build under a specific folder
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: