Closed MauriceVanVeen closed 2 weeks ago
During shutdown calls to js.processConsumerAssignment can short-circuit with:
js.processConsumerAssignment
if s == nil || noMeta || shuttingDown { return }
Ensure that we don't up n.Applied and snapshot after while we're shutting down, as we can't be sure we've actually applied those entries.
n.Applied
Signed-off-by: Maurice van Veen github@mauricevanveen.com
During shutdown calls to
js.processConsumerAssignment
can short-circuit with:Ensure that we don't up
n.Applied
and snapshot after while we're shutting down, as we can't be sure we've actually applied those entries.Signed-off-by: Maurice van Veen github@mauricevanveen.com