Hi Michal,
There is no authentication in the PLAINTEXT port, but authorization still
happens. And the user will always be `KafkaPrincipal.ANONYMOUS` for that
case.
Ismael
On Thu, May 12, 2016 at 11:18 AM, Michał Kabocik
wrote:
> Dears,
>
>
>
> I have a three node cluster of Kafka 0.9 with two
Dears,
I have a three node cluster of Kafka 0.9 with two listeners configured :
PLAINTEXT on 9092 and SASL_PLAINTEXT on 9094.
I successfully configured Kerberos + ACL and I’m able to produce messages
(using kafka_console_producer) to port 9094.
But when I try to produce to PLAINTEXT port wit