You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[FIXED] Deny stream/consumer updates if all peers offline (#6856)
A stream/consumer update would be allowed even if all peers are offline.
For example:
- create R1 stream/consumer
- shutdown the server hosting it
- update to R3
That would result in data loss, because only the offline server will
have the data. So deny the update request until there's at least one
online peer.
Signed-off-by: Maurice van Veen <[email protected]>
0 commit comments