We seem to experience a ConnectionClosedException once every 24 hours, every single day. Is this part of some sort of regularly-scheduled maintenance?
Is the proper way to handle this to reconnect, and resubscribe? If so, how do we ensure there’s no gap between the end of live processing before the connection closes, and new events afterward? We are using “$all” to process all events to push into a NoSQL store. Does tracking the last commit position make sense, and simply starting from there, or am I missing something there?