hashicorp/serf

User events delay

smurfix opened this issue · 2 comments

Hi,
I just did some speed tests. With client and server on the same Serf process everything's well and Serf immediately forwards the message.
However, when a cluster is involved the initial Serf process waits at least 100 msec before forwarding the message. That's way too long for my use case.

Thus (a) why is there a delay in the first place, (b) can I turn it off?

NB: My messages are sent with coalescing turned off … that explanation would be too easy. :-P

No reaction? that's unfortunate. Time to switch my back-end to MQTT …?