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
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.
The text was updated successfully, but these errors were encountered:
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
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 isnull
.The text was updated successfully, but these errors were encountered: