Skip to content
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

fix: added fix to allow one consumer to be in >1 consumer-groups. #140

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

Prashansa-K
Copy link
Collaborator

gdr version 1.39.2 introduced a bug where a consumer was limited to only one consumer-group.
Adding the consumer in >1 group was resulting in an error on deck. This PR adds the fix for the same and an integration test.

See: Kong/deck#1384

be in >1 consumer-groups.

gdr version 1.39.2 introduced a bug where a consumer
was limited to only one consumer-group.
Adding the consumer in >1 group was resulting in an
error on deck. This PR adds the fix for the same and
an integration test.

See: Kong/deck#1384
@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 9 lines in your changes missing coverage. Please review.

Project coverage is 29.95%. Comparing base (7c622bd) to head (999a82b).

Files with missing lines Patch % Lines
pkg/state/consumer_group_consumers.go 0.00% 8 Missing ⚠️
tests/integration/test_utils.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #140      +/-   ##
==========================================
- Coverage   29.96%   29.95%   -0.02%     
==========================================
  Files         106      106              
  Lines       12583    12589       +6     
==========================================
  Hits         3771     3771              
- Misses       8352     8358       +6     
  Partials      460      460              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Prashansa-K Prashansa-K merged commit da91179 into main Sep 5, 2024
18 checks passed
@Prashansa-K Prashansa-K deleted the fix/more-than-one-cg-issue branch September 5, 2024 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants