Yes you can. Since you are gonna have 2 plaintext ports you would need to
name them differently. In the broker's configuration (server.properties)
you would need to specify listeners like this:
listeners=PLAINTEXT1://:9092,PLAINTEXT2://:9093
And map the "PLAINTEXT1" and "PLAINTEXT2" to the PLAINT
Hello!
I have a few kafka clusters that communicate over 2 distinct ports (because
of a firewall between the newer clusters and the old ones). this is pretty
uncomfortable, so I would like to move the old default port to the new one
(that passes the firewall) through all my cluster.
All my cluste