librdkafka icon indicating copy to clipboard operation
librdkafka copied to clipboard

Disconnected while requesting ApiVersion on MacOS

Open upsilon-den opened this issue 3 years ago • 2 comments

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?

upsilon-den avatar Nov 25 '21 08:11 upsilon-den

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

niemyjski avatar Jun 02 '22 15:06 niemyjski