liftbridge-io / go-liftbridge

Go client for Liftbridge. https://github.com/liftbridge-io/liftbridge
Apache License 2.0
67 stars 18 forks source link

Stream deletion API #44

Closed Jmgr closed 4 years ago

Jmgr commented 4 years ago

This PR adds an RPC so that clients can ask for the deletion of a stream. All corresponding partitions will also be removed, as well as their persistent storage.

Note that Liftbridge clients that have subscribed to a stream that will get deleted do not receive any notification.