-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: added new method to fetch a consumer-group without consumers. (#494
) * fix: added new method to fetch a consumer-group without consumers. Reverted the existing `Get` method to keep listing consumers and added a new one that uses the query parameter `list_consumers=false` to skip listing consumers for performance reasons. This is done so as to fix dump errors coming in deck when using gw 3.9+ where consumer-groups do not show the associated consumers. We will push the performant option behind a flag. For: Kong/deck#1483 * chore: added changelog update * chore: improved test readability * chore: fixed lint error * chore: updated changelog file with change links * Update CHANGELOG.md Co-authored-by: Patryk Małek <patryk.malek@konghq.com> --------- Co-authored-by: Patryk Małek <patryk.malek@konghq.com>
- Loading branch information
1 parent
0008da3
commit 16fdf6e
Showing
3 changed files
with
55 additions
and
7 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