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

KMS gets stuck in a retry loop when reading a null key from Kafka #80

Open
lacarvalho91 opened this issue Aug 8, 2019 · 0 comments
Open

Comments

@lacarvalho91
Copy link
Contributor

lacarvalho91 commented Aug 8, 2019

Have observed a scenario where the KMS was stuck in a retry loop, scheduling actor not able to respond to any messages. Turned out to be because null keys were being sent to the schedule topic. We should handle this in the decoder, returning a decoding error if the key is null.

@lacarvalho91 lacarvalho91 changed the title KMS gets stuck in a dead state when reading a null key from Kafka KMS gets stuck in a retry loop when reading a null key from Kafka Aug 9, 2019
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