log-courier icon indicating copy to clipboard operation
log-courier copied to clipboard

TCP streaming receiver aborts if too many events received

Open driskell opened this issue 1 year ago • 0 comments

The TCP streaming receiver in 2.10.0 aborts connections if they send too much data. This is normally part of the courier protocol where a client won't send more than X amount of events without acknowledgement. But with a streaming receiver there is no acknowledgement. So it should ideally handle acknowledgement server-side and simply stop reading whilst there are unacknowledged events.

driskell avatar Jun 08 '23 13:06 driskell