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

Upgrade to the latest confluent-kafka and update sources accordingly #2

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

lszrn
Copy link

@lszrn lszrn commented Jan 10, 2025

From the newly added Changelog:

Added

  • This CHANGELOG.md file.

Changed

  • The README.md has been updated to reflect all changes below.
  • The ca.pem Certificate Authority's self-signed certificate is bundled.
  • The example program main.py has been renamed railnova_kafka_example.py.
  • The dependencies have been reduced to confluent-kafka[avro,schemaregistry] but upgraded to the latest (2.8.0).
  • Usage of the obsolete AvroConsumer API has been replaced by AvroDeserializer and SchemaRegistryClient.
  • Settings have been replaced by command line arguments, using the standard argparse module.
  • Proper logging has been added, using the standard logging module.
  • The program sources are more extensively commented.

Removed

  • The requirements.txt file, as dependencies are now reduced to confluent-kafka[avro,schemaregistry].
  • The settings.py which were replaced by command line arguments.

@lszrn lszrn added the enhancement New feature or request label Jan 10, 2025
@lszrn lszrn requested a review from florianlouvet January 10, 2025 10:35
@lszrn lszrn self-assigned this Jan 10, 2025
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
Development

Successfully merging this pull request may close these issues.

1 participant