event-streams-samples
event-streams-samples copied to clipboard
feat: Update Docker Image to Use Official Kafka Images
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.