Upgraded kafka and zookeeper to 7.4.8 (last working before 7.5.0) + successfully sending to kafka topic.

This commit is contained in:
Tomasz Półgrabia 2024-12-28 13:59:13 +01:00
parent affff394be
commit e492b6df60
5 changed files with 28 additions and 8 deletions

View file

@ -1,3 +1,6 @@
# Kafka docker setup
Seems like there is a behavior change between 7.4.4 and latest (7.8.0, too) images. The same config works for 7.4.4 but not for the latest (it tries to connect broker and it fails).
28.12.2024 - last 7.4.x tag 7.4.8 version seems to be working well.
Needs to be checked what's the difference between 7.4.8 and 7.5.0