I'm trying to set up a HA cluster of artemis brokers locally on my machine and want to demonstrate load balancing and failover behavior in a simple example. (before that I tried also a standalone broker). For my cluster I am using udp broadcast and discovery. I set up two brokers for the beginning.
In all those examples for cluster, there was always that auto-created list of acceptors (artemis, stomp,...), where we could add wildcard expressions or prefixes.
Why we don't need them in a cluster anymore? And what does netty-acceptor exactly stand for?