-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1) Bootstrap function takes a context
2) Discovery requests are handled by polling at the pubsub layer instead of the router layer 3) Created Topic object that can be Subscribed and Published to as well as receive events from 4) Moved events from Subscription to a TopicEventHandler so events can be received even by Publishers 5) Updated go.mod packages, includes fix for tests failing from leaking goroutines (non-versioned commit used)
- Loading branch information
1 parent
3fa4b45
commit 5530761
Showing
13 changed files
with
1,039 additions
and
648 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
Oops, something went wrong.