-
Notifications
You must be signed in to change notification settings - Fork 18
show consumer groups in Topics view #3264
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
Draft
Dave Shoup (shouples)
wants to merge
29
commits into
main
Choose a base branch
from
djs/consumer-groups-in-view
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
333fdcc
add abstract `getConsumerGroupsForCluster` and set up default behavio…
shouples 7df5d3c
add get/set methods for consumer group storage
shouples c513dc1
add new event emitter for consumer group changes
shouples cadea74
add consumer group container and refresh/loading behavior to topics v…
shouples 801a01c
cast to enum
shouples cd4c05c
add tests for set/getConsumerGroupsForCluster methods
shouples e9d12b3
use KafkaClusterResourceContainer for consumer groups and topics
shouples d3de234
update topic view provider tests for consumer group loading and conta…
shouples 883f305
move Create Topic command from Topics view/title to view/item/context…
shouples 5d761ce
update progress title for accuracy
shouples 0105622
remove stale comment
shouples 6db25cd
update TopicsView page object model to use inline command and lower a…
shouples b495467
fix container construction
shouples fecf8ca
use updated state methods; clear provider cache when refreshing conta…
shouples 2717baf
update reveal() logic based on new containers and resource types
shouples 001570a
update topic view provider tests for cache clearing and container con…
shouples 5d52899
add tests for consumerGroupsChangedHandler()
shouples 9792f40
add changelog entry
shouples 6303222
use Promise.allSettled to prevent any failed container loading doesn'…
shouples db7ddae
push coordinator URL parsing logic into loaderUtils.ts and add tests
shouples 108a86b
add try/catch for group members instead of allSettled
shouples 27c744f
remove consumerGroupsChanged event emitter and handler since the exte…
shouples 70f7295
add tests for ConsumerGroup and Consumer handling within TopicViewPro…
shouples 63a1dd3
add ResourceLoader tests for fetching consumer groups and members
shouples 066658e
fix bug where refreshing view after consumer groups start/stop show o…
shouples 5fb18ba
use showErrorNotificationWithButtons instead of basic error notification
shouples 77d39fb
use executeInWorkerPool to prevent overwhelming request count
shouples e8ebaa0
filter tree items by icon to avoid matching on consumer groups
shouples c6f90ee
use accessibilityInformation instead of tracking aria-levels for tree…
shouples File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved from the
view/titlesection toview/item/contextsection since this is now shown inline on the "Topics" container item