-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stability fixes NATS event store implementation (#103)
This commit addresses the issue of completed invocations are not unsubscribed from in the NATS cluster. This ensures could potentially lead to a resource leak otherwise. Specifically this commit: * Renames a couple of variables and functions for clarification and to make them more idiomatic Go. * Adds a version endpoint * Added timeout to NATS range fetches * Fixed NATS WildcardSubscriber completion issue * Added hints to relevant events in API, allowing event publishers to influence the event store behavior.
- Loading branch information
1 parent
b0d7a65
commit 4c58a0f
Showing
19 changed files
with
377 additions
and
180 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.