Hi, I have an existing Kafka Cluster that is configured as PLAINTEXT. We want to enable SASL (GSSAPI) as an additional listener.
Is there a way to force specific topics to only accept traffic (publish/consume) from a certain listener? e.g. if i create a topic and set ACLS, how do i stop a client from using the PLAINTEXT protocol and publishing and consuming to that topic Thanks!