Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
2.5.22, 6.4.3, 22.08.1
-
None
Description
The libraries are build using --disable-sasl which prevents GSSAPI/Kerberos authentication from working while still allowing SCRAM authentication to work. There's no good reason to disable it since the required libraries are already required by other modules.
Note that Kerberos/GSSAPI authentication won't work even after this is fixed as the Kafka library requires separate parameters to enable it.