aloiscochard / sarsi

A universal quickfix toolkit
Apache License 2.0
46 stars 4 forks source link

sarsi-sbt: Connection dropping after inactivity. #3

Closed aloiscochard closed 8 years ago

aloiscochard commented 8 years ago

Currently, if you leave your consumer connected for a while without any activity, at next message the producer will crash (probably socket closed).

  1. We should properly handle dropped connection on consumer side
  2. We should probably close the consumer connection when Final is received, on only reopen it on next Start, so it behave mostly like sarsi-hs and prevent keeping an open socket for no reason.
aloiscochard commented 8 years ago

Could not reproduce with new consumer/producer design.