Skip to content

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