-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[grid] Rejecting events when a Secret cannot be parsed.
This might happen if Grid is deployed to an environment like Kubernetes, where checks are usually done on every open port. This leads to unexpected payloads to be sent to the EventBus ports, which then cannot be properly parsed and then the listeners threads are interrupted. This change tries to parse the Secret and if not possible, the message is rejected. Also, the thread won't be interrupted anymore. Complements solution pushed for #9959
- Loading branch information
Showing
1 changed file
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters