khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.01k stars 37 forks source link

Allow PubSub subcribers to specify an initial topic list #209

Open ecton opened 2 years ago

ecton commented 2 years ago

Add a parameter that allows specifying an initial set of topics for a subscriber.

Currently subscribing to topics requires an additional trip to the server.