-
Hi , I have an issue since a couple of days when i ran my kafka stream application with the following error message
Kafka version : 2.4.0 Stream config : **_> public static IStreamConfig Initialize()
Kafka streamiz package version : 1.2.2 I found this discussion related to the same issue but seems not relevant for my case : confluentinc/librdkafka#606 Any idea ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @oesebus, I created a reproducer about your usecase here. I use docker environment with And all works fine ! My streams app run and process messages. Are you sure you don't miss some settings like authentification or so on ? Could you please update logs from librdkafka logs ? Thanks, |
Beta Was this translation helpful? Give feedback.
Hi @oesebus,
I created a reproducer about your usecase here. I use docker environment with
cp-server:5.4.0
which usingApache Kafka 2.4.0
([doc]https://docs.confluent.io/platform/current/installation/versions-interoperability.html).And all works fine !
My streams app run and process messages.
Are you sure you don't miss some settings like authentification or so on ? Could you please update logs from librdkafka logs ?
Thanks,