Open codex70 opened 11 months ago
This means configuration issue. Are you using the correct SaslMechanism and SecurityProtocol which the broker supports?
I'm fairly sure I am, I think I've tried everything just in case. We're now looking to reconfigure the broker to see if we can set up something that mutually works, but it needs to be done in conjunction with other systems that are currently working.
Description
OK, I'm new to C# and .net, but have a working implementation with a java client on my machine and am trying to help our .net developers connect to the kafka service.
Kafka is running inside a kubernetes cluster on a private network (for example 10.1.2.3:9092). When I connect from my workstation with a java client, I only have to specify the bootstrap server and everything else works without any issue. This means that the network configuration is fine and there are no firewall issues blocking the connection.
However I try to configure the client, either plaintext, ssl or sasl I get either the following error, or an issue with ssl handshake. In java it's not necessary to configure anything related to ssl or sasl.
How to reproduce
The following is the most simple implementation in .net
I have played with every possible combination of PlainText, Sasl and SSL that I can think of, nothing works.
Checklist
Please provide the following information: