Hello, Does anyone have experience configuring an Artemis HA cluster using replication with latency between servers in the range of 100ms - 250ms? I have two concerns at the moment:
1) Performance- I assume performance will suffer because the message needs to be replicated as part of whatever transaction is taking place. 2) Split Brain- I assume the more latency that exists between Artemis cluster servers the more likely a split brain situation will occur. Is there a known max latency before split brain happens during a cluster server failure? Thank you, Aaron