-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deck dump is missing consumer-group association when listing consumers. #1483
Comments
Prashansa-K
added a commit
to Kong/go-kong
that referenced
this issue
Jan 8, 2025
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
Prashansa-K
added a commit
to Kong/go-kong
that referenced
this issue
Jan 8, 2025
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
5 tasks
Prashansa-K
added a commit
to Kong/go-kong
that referenced
this issue
Jan 13, 2025
) * 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 <[email protected]> --------- Co-authored-by: Patryk Małek <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We seem to have a regression in deck gateway dump in 1.42.0. It is missing the consumer group association (groups.*.name) under consumers.
The text was updated successfully, but these errors were encountered: