Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to create a Consumer for the _all stream/global index #174

Merged
merged 5 commits into from
Jun 12, 2021
Merged

Conversation

albe
Copy link
Owner

@albe albe commented Jun 12, 2021

This allows the Consumer to listen to the _all stream, which maps to the global index of the underlying storage. Internally, the storage.openIndex(indexName) method now also allows specifying _all as index name, which will return the global index. This in turn means that the name _all is no longer available as a regular index name.

@albe albe added enhancement P: EventStore Affects the EventStore layer P: Storage Affects the storage layer labels Jun 12, 2021
@coveralls
Copy link

coveralls commented Jun 12, 2021

Coverage Status

Coverage increased (+0.1%) to 97.831% when pulling 4eab88b on consumer-all into 8ea608f on main.

@albe albe added this to In progress in 0.9 Jun 12, 2021
@albe albe merged commit af983b6 into main Jun 12, 2021
@albe albe deleted the consumer-all branch June 12, 2021 16:26
@albe albe moved this from In progress to Done in 0.9 Jun 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement P: EventStore Affects the EventStore layer P: Storage Affects the storage layer
Projects
0.9
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants