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

Zeebe variable greater than 1mb causes event batch to get stuck #374

Open
derekjlowe opened this issue Apr 13, 2023 · 2 comments
Open

Zeebe variable greater than 1mb causes event batch to get stuck #374

derekjlowe opened this issue Apr 13, 2023 · 2 comments

Comments

@derekjlowe
Copy link

Zeebe variable greater than 1mb causes event batch to get stuck

We had a zeebe variable exceed the 1mb limit imposed by Kafka. This has caused the event batch to get stuck. We think Zebee is continually resubmitting the same batch. In our case we are then writing those events to a separate data store. We plan on imposing a limit on the variable size but is there a way to get it out of the stuck state without losing the events in our production environment?

@derekjlowe
Copy link
Author

It looks like this issue was caused because our isolation level on kafka was not set to read_committed. After making this change the events stopped duplicating.

@derekjlowe derekjlowe reopened this Apr 20, 2023
@derekjlowe
Copy link
Author

Changing the kafka to read_committed prevented us from grabbing the events and putting them into our datastore but the error keeps coming and eventually prevents any events coming in from our zeebe engines.

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

1 participant