- 15 Nov, 2019 5 commits
-
-
vyzo authored
add ValidatorData field to Message
-
vyzo authored
Useful for passing data from the validation to the application.
-
vyzo authored
Configurable outbound peer queue sizes
-
Aarsh Shah authored
-
Aarsh Shah authored
-
- 04 Nov, 2019 2 commits
-
-
Adin Schmahmann authored
Topic handler bug fixes
-
Adin Schmahmann authored
pubsub and topic methods now return error if the pubsub context has been cancelled instead of hanging
-
- 02 Nov, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 01 Nov, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 31 Oct, 2019 4 commits
-
-
Steven Allen authored
Add Discovery
-
Adin Schmahmann authored
When the WithDiscovery option is passed to PubSub then PubSub will be able to search for more peers that are interested in our topics. This includes the ability for Publishes (via Topic.Publish()) to block until the router is ready to publish. When a router is ready is currently defined by a combination of a user defined MinTopicSize function (passed into topic.Publish via the WithReadiness publish option) and the properties of the pubsub router used. The discovery tests show example usage.
-
Adin Schmahmann authored
Added PubSub.Join(topic) that returns a Topic object. This object can be Subscribed and Published to as well as to get a TopicEventHandler for topic events. This means that the Subscription object will no longer handle PeerEvents and that PubSub's Publish and Subscribe functions are deprecated.
-
Adin Schmahmann authored
-
- 18 Oct, 2019 4 commits
-
-
vyzo authored
Expose the peer that propagates a message to the recipient
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 12 Oct, 2019 2 commits
-
-
vyzo authored
gossip methods: renames and predicate adjustment
-
Raúl Kripalani authored
-
- 06 Oct, 2019 5 commits
-
-
vyzo authored
godocs: clarify config params of MessageCache.
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
- 05 Oct, 2019 1 commit
-
-
vyzo authored
minor bug fix: on join, source peers from gossip[topic] if insufficient peers in fanout[topic]
-
- 01 Oct, 2019 1 commit
-
-
vyzo authored
add PubSub's context to Subscription
-
- 30 Sep, 2019 1 commit
-
-
lukesolo authored
-
- 13 Aug, 2019 1 commit
-
-
vyzo authored
-
- 07 Aug, 2019 1 commit
-
-
vyzo authored
Add the ability to handle newly subscribed peers
-
- 06 Aug, 2019 1 commit
-
-
Adin Schmahmann authored
better context respect when waiting for new peer events. refactored backlog into eventLog. removed test that was no longer useful.
-
- 05 Aug, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 02 Aug, 2019 2 commits
-
-
Adin Schmahmann authored
-
Adin Schmahmann authored
-
- 01 Aug, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 22 Jul, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 01 Jul, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 21 Jun, 2019 1 commit
-
-
Adin Schmahmann authored
-
- 12 Jun, 2019 1 commit
-
-
Adin Schmahmann authored
Combined Join and Leave events into a single API with a struct that specifies whether the event is a Join or a Leave.
-
- 11 Jun, 2019 1 commit
-
-
Adin Schmahmann authored
Added a Subscription Leave event
-
- 07 Jun, 2019 1 commit
-
-
Adin Schmahmann authored
-