confluentinc / librdkafka

The Apache Kafka C/C++ library
Other
182 stars 3.14k forks source link

Disconnected while requesting ApiVersion on MacOS #3630

Open upsilon-den opened 2 years ago

upsilon-den commented 2 years ago

librdkafka = 1.8.2 macOS = BigSur 11.6 kafka broker = 2.6.1

When I"m trying to create a simple consumer and list topics, I got the error Disconnected while requesting ApiVersion: might be caused by incorrect security.protocol configuration (connecting to a SSL listener?) or broker version is < 0.10 (see api.version.request) (after 5ms in state APIVERSION_QUERY)

The broker doesn't have any security protocols, all is PLAINTEXT

The same on Linux is working.

Is it something with certificates or something else?

niemyjski commented 2 years ago

Any ideas on this @edenhill ? I have it all working locally on both Windows and Mac but it's failing on GitHub Actions (linux latest) https://github.com/FoundatioFx/Foundatio.Kafka/runs/6697140005?check_suite_focus=true

anchitj commented 1 month ago

Is this still an issue? Can you please provide any debug logs available?