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
In most cases, when multiple processors in the same application (system test, in this case), are shut down at the same time by closing the runner-ctx - one of them fails shutting down.
In production, this will usually not occur - but it still can. First analysis showed that the reason is the final CommitOffset when the ConsumerGroup is shutting down. One of the instances fails, maybe it is connected to being leader.
The text was updated successfully, but these errors were encountered:
In most cases, when multiple processors in the same application (system test, in this case), are shut down at the same time by closing the runner-
ctx
- one of them fails shutting down.this unit test reproduces the behavior:
In production, this will usually not occur - but it still can. First analysis showed that the reason is the final
CommitOffset
when theConsumerGroup
is shutting down. One of the instances fails, maybe it is connected to being leader.The text was updated successfully, but these errors were encountered: