event-streams-samples icon indicating copy to clipboard operation
event-streams-samples copied to clipboard

feat: Update Docker Image to Use Official Kafka Images

Open Joel-hanson opened this issue 11 months ago • 0 comments

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.

Joel-hanson avatar Jan 15 '25 07:01 Joel-hanson