Skip to content

Commit

Permalink
Signal a metasnapshot for consumer deletes as well
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Collison <derek@nats.io>
  • Loading branch information
derekcollison committed Feb 28, 2023
1 parent ccae674 commit 158d357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/jetstream_cluster.go
Expand Up @@ -1627,6 +1627,7 @@ func (js *jetStream) applyMetaEntries(entries []*Entry, ru *recoveryUpdates) (bo
delete(ru.updateConsumers, key)
} else {
js.processConsumerRemoval(ca)
didRemove = true
}
case updateStreamOp:
sa, err := decodeStreamAssignment(buf[1:])
Expand Down

0 comments on commit 158d357

Please sign in to comment.