-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes introduced: **Do not set default pinned TTL if it's not a pinned client consumer** In one case, we were not checking if given consumer config is a pinned one when setting pinned TTL. That caused the TTL to be always set, which in turn incremented API Level even if Priority Groups were not used. **Rename advisories** Advisories were following ADR, but ADR names were fixed. This follows up the ADR names fix. **Improve unpinning** It was possible that the same client was picked after `unpin` call. This commit makes sure that different waiting request will be picked. Signed-off-by: Tomasz Pietrek <tomasz@nats.io> --------- Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
- Loading branch information
Showing
4 changed files
with
123 additions
and
16 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
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
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
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