Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

1.5.1

Compare
Choose a tag to compare
@lsbardel lsbardel released this 23 Oct 16:45
· 317 commits to master since this release

This minor release brings Channels to pulsar.
Channels are a better way to manage publish/subscribe clients.
Channels use events to create namespaces which limit the
number of channels a client needs to subscribe to. A pubsub
client can register to one or more event from a given channel.

This feature is in initial phase of development but stable.
Documentation will follow.