[ad_1]
I have 2 environments, and every environment has the same code source (java spring boot), I use Kafka to produce a topic, but the consumer should be in the same environment, I mean env1 should send a topic called test1 to the same environment, and the second environment must do the same thing.
[ad_2]