ashishvashisht1
ashishvashisht1
Added few SASL_SSL parms; ``` [sasl.SASL_SSL] #username=kafka security_protocol="SASL_SSL" sasl_mechanism="GSSAPI" ssl_cafile="truststore.pem" handshake-first=false ``` getting this error: `{"level":"error","ts":1658961613.1148155,"msg":"failed to start client","type":"module","coordinator":"cluster","class":"kafka","name":"local","error":"kafka: invalid configuration (Net.SASL.User must not be empty when SASL is enabled)"}`
Thanks @gklp Seems like i have those configs (broadly) and still not able to connect: All Configs for Burrow below.. still getting errors: ``` "level":"error","ts":1658860339.0624013,"msg":"failed to start client","type":"module","coordinator":"cluster","class":"kafka","name":"local","error":"kafka: client has...
Well, New Error now, seems like enabling SASL requires username & password `Net.SASL.User must not be empty when SASL is enabled Net.SASL.Password must not be empty when SASL is enabled`...
@gklp , I tried that as well, still getting errors; i am not sure if I mentioned it clearly, we do have to use Kerberos auth and i do explicit...