Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faust Application processes messages but does not commit offset after connection to kafka broker is reset #736

Open
vinaygopalkrishnan opened this issue Aug 24, 2021 · 1 comment

Comments

@vinaygopalkrishnan
Copy link

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.

@bobh66
Copy link
Contributor

bobh66 commented Sep 4, 2021

This project appears to have been abandoned.

You might want to check out the fork of this project - https://github.com/faust-streaming/faust

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants