You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe throw an LRU cache in there and store older messages to disk for replay purposes? This will be non-trivial since the index for each consumer is just the index into the list of messages right now.
Maybe throw an LRU cache in there and store older messages to disk for replay purposes? This will be non-trivial since the index for each consumer is just the index into the list of messages right now.