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
{{ message }}
This repository was archived by the owner on Jun 25, 2026. It is now read-only.
Consumers should be able to retrieve the most recent event for a given namespace (glob). This should only be allowed if there is no in-progress consumption already for that connection.
We should use an inverted index internally in the ConsumerManager to implement this. The inverted index needs to be able to grow pretty large, so this would not be trivial to write. We should look into existing libraries to use for the inverted index.
Consumers should be able to retrieve the most recent event for a given namespace (glob). This should only be allowed if there is no in-progress consumption already for that connection.
We should use an inverted index internally in the
ConsumerManagerto implement this. The inverted index needs to be able to grow pretty large, so this would not be trivial to write. We should look into existing libraries to use for the inverted index.