liftbridge-io / liftbridge

Lightweight, fault-tolerant message streams.
https://liftbridge.io
Apache License 2.0
2.57k stars 107 forks source link

min.insync.replicas for StreamOptions request #269

Closed riaan53 closed 4 years ago

riaan53 commented 4 years ago

Hi, I have different requirements per stream and would like to configure min.insync.replicas when creating a stream as a StreamOptions. Can it be done in possible future work or is this an underlying limitation?

tylertreat commented 4 years ago

Yes, this can be done and I think is a good enhancement. Will take a look...

tylertreat commented 4 years ago

This has been merged in https://github.com/liftbridge-io/liftbridge/pull/270 and will be included in the next release. Support for the Go v2 client was also merged in https://github.com/liftbridge-io/go-liftbridge/pull/86.

riaan53 commented 4 years ago

That was quick! Thanks for this awesome project :)