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
I see this issue when the connection to the kafka broker is reset.
In such a case, the faust application continues to process messages, but is not able to commit offset with the following error:
Could not send <class 'aiokafka.protocol.transaction.AddOffsetsToTxnRequest_v0'>: StaleMetadata('Broker id 8 not in current metadata')
This occurs till the faust application restarts.
Once the application restarts, it re-processes messages and starts committing offsets
As a result, a number of duplicate messages are processed.
The text was updated successfully, but these errors were encountered:
I see this issue when the connection to the kafka broker is reset.
In such a case, the faust application continues to process messages, but is not able to commit offset with the following error:
Could not send <class 'aiokafka.protocol.transaction.AddOffsetsToTxnRequest_v0'>: StaleMetadata('Broker id 8 not in current metadata')
This occurs till the faust application restarts.
Once the application restarts, it re-processes messages and starts committing offsets
As a result, a number of duplicate messages are processed.
The text was updated successfully, but these errors were encountered: