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.