aleph

baritonehands 2018-07-13T16:31:01.000074Z

I'm seeing duplicate messages in aleph, and was trying to figure out why that might be

baritonehands 2018-07-13T16:31:15.000040Z

It only seems to happen under load, I can't reproduce it consistently

baritonehands 2018-07-13T16:33:06.000041Z

Setup: /publish -> consume-async -> event bus /subscribe <- consume-async <- 10K buffered stream <- event bus

baritonehands 2018-07-13T16:37:17.000051Z

Also: /subscribe -> consume-async -> singleton Stomp protocol handler

baritonehands 2018-07-13T16:39:32.000354Z

Problem I'm seeing is on that last stream, the client is sending duplicate Stomp ACK messages, but AFAIK my code is not sending duplicate messages