Skip to content

feat: Update Docker Image to Use Official Kafka Images #95

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Joel-hanson
Copy link
Contributor

The current Docker image requires frequent updates whenever a new Kafka version is released. This is because the Kafka binary download link for older versions is removed when a new version is released, making the image outdated and prone to failures.

Solution:

This PR updates the Docker setup to use the official Kafka images. By doing so:

  • We ensure compatibility with the latest Kafka versions as soon as they are released.
  • The need to manually update the image whenever a new Kafka version is available is eliminated.
  • The image remains reliable and up-to-date with minimal maintenance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant