You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is how I did, but I still could not get broker metadata from my kafka server. I debugged the broker.lua and found that the SASL function return an error(in line 99, _sasl_handshake returned OK while _sasl_auth failed)。
When I use Python library kafka-python, I define producer like this:
How to set security protocol to SASL_PLAINTEXT
The text was updated successfully, but these errors were encountered: