Probably a noob question:
I have started a Bitnami Kafka Container from bitnami/kafka:2 In startup messages it claims to be Version 2.5 Now i wanted to use enable.idempotence but when i try this with librdkafka 1.4.0, i get an error message saying:
Required feature not supported by broker: Idempotent producer not supported by any of the 1 connected broker(s): requires Apache Kafka broker version >= 0.11.0
From my naive pov, 2.5 appears to be >=0.11.0 ... but probably i am missing something. Can anybody help?