fix: Added meaningful error msg for consumergroups#442
Open
shivaygupta-dotcom wants to merge 5 commits intomainfrom
Open
fix: Added meaningful error msg for consumergroups#442shivaygupta-dotcom wants to merge 5 commits intomainfrom
shivaygupta-dotcom wants to merge 5 commits intomainfrom
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
==========================================
- Coverage 28.90% 28.89% -0.02%
==========================================
Files 121 121
Lines 16524 16530 +6
==========================================
Hits 4777 4777
- Misses 11129 11135 +6
Partials 618 618 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
When syncing consumers that reference consumer groups, if those groups aren’t present in the state, the error message isn’t very helpful. It doesn’t clearly indicate which entity is missing, as it does not provide clear details about the missing entity.
more details here : https://kongstrong.slack.com/archives/C04349E4KRC/p1772639980263509
Issues resolved
Fix for Kong/deck#1916
Documentation
Testing