Open biskit opened 3 years ago
We do not currently have an equivelant, but want to add something to allow inactive streams to auto delete
@biskit In case this is still relevant? My understanding is that the desired behavior is to auto-delete a stream if there is no interest in the stream? This may be able to be modeled with JetStream streams and consumers depending on what you want to achieve. Auto-deleting streams does not need like a good idea in general, but expiration of messages or auto-deletion of messages can be achieved in a variety of ways.
Hi, I could do the following in nats-streaming-server
what's the JetStream equivalent for these?
thx b