Closed JonZeolla closed 2 years ago
Currently we specify to run ./configure --enable-sasl, but many environments (and most of our users) do not have kerberized kafka clusters. We should default to the most typical setup instructions, but keep the note about enabling sasl.
./configure --enable-sasl
This has been resolved with PR 54
Summary of the issue
Currently we specify to run
./configure --enable-sasl
, but many environments (and most of our users) do not have kerberized kafka clusters. We should default to the most typical setup instructions, but keep the note about enabling sasl.