-
Notifications
You must be signed in to change notification settings - Fork 15.4k
KAFKA-14589 ConsumerGroupCommand rewritten in java #14471
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
Merged
Merged
Changes from all commits
Commits
Show all changes
101 commits
Select commit
Hold shift + click to select a range
e25f5ab
KAFKA-14589 WIP
nizhikov 6da9b64
Merge branch 'trunk' into KAFKA-14589
nizhikov 1bba7b5
Merge branch 'trunk' into KAFKA-14589
nizhikov b2022aa
KAFKA-14589 WIP
nizhikov 0554aaa
KAFKA-14589 WIP
nizhikov 304f584
KAFKA-14589 WIP
nizhikov a1e3d6c
Merge branch 'trunk' into KAFKA-14589
nizhikov d57e7c1
KAFKA-14589 WIP
nizhikov b650bb3
KAFKA-14589 WIP
nizhikov 1f4ea90
KAFKA-14589 WIP
nizhikov 7608683
Merge branch 'trunk' into KAFKA-14589
nizhikov 00b5b01
KAFKA-14589 WIP
nizhikov 6d52f02
KAFKA-14589 WIP
nizhikov b9c10b9
KAFKA-14589 Command implemented
nizhikov 13e517f
KAFKA-14589 Codestyle fixes.
nizhikov cf9fcbd
KAFKA-14589 Codestyle fixes.
nizhikov daba249
Merge branch 'trunk' into KAFKA-14589
nizhikov ef64af8
KAFKA-14589 ConsumerGroupCommandTest added.
nizhikov 3b740c9
Merge branch 'trunk' into KAFKA-14589
nizhikov 4fc836c
KAFKA-14589 Merging with trunk
nizhikov a1b6398
KAFKA-14589 ListConsumerGroupTest rewritten in java
nizhikov 64a3477
KAFKA-14589 DeleteOffsetsConsumerGroupCommandIntegrationTest rewritte…
nizhikov c31cba6
KAFKA-14589 DeleteConsumerGroupsTest rewritten in java
nizhikov f890648
KAFKA-14589 ResetConsumerGroupOffsetTest rewritten in java
nizhikov a80a8dd
KAFKA-14589 DescribeConsumerGroupTest rewritten in java
nizhikov f17135b
KAFKA-14589 DescribeConsumerGroupTest rewritten in java
nizhikov 722aa86
Merge branch 'trunk' into KAFKA-14589
nizhikov c829fd0
KAFKA-14589 ConsumerGroupServiceTest rewritten in java
nizhikov 67ddbf1
KAFKA-14589 Transfer final tests and remove scala version of command
nizhikov 303e592
KAFKA-14589 Fix scala 2.12 build
nizhikov dc07aa3
Merge branch 'trunk' into KAFKA-14589
nizhikov adcb688
KAFKA-14589 Checkstyle fix
nizhikov e671974
KAFKA-14589 Checkstyle fix
nizhikov 457af5c
Merge branch 'trunk' into KAFKA-14589
nizhikov 0efe53b
Merge branch 'trunk' into KAFKA-14589
nizhikov ad6564f
Merge branch 'trunk' into KAFKA-14589
nizhikov 9191f6c
Merge branch 'trunk' into KAFKA-14589
nizhikov a837e84
Merge branch 'trunk' into KAFKA-14589
nizhikov fb5c789
KAFKA-14588 Code review fix
nizhikov 38e43d0
Merge branch 'trunk' into KAFKA-14589
nizhikov c74f4d4
Merge branch 'trunk' into KAFKA-14589
nizhikov 8c324ce
Merge branch 'trunk' into KAFKA-14589
nizhikov 377270a
Merge branch 'trunk' into KAFKA-14589
nizhikov 8063da1
Merge branch 'trunk' into KAFKA-14589
0e3f4f4
KAFKA-14589 Update to latest trunk changes
fc288fe
KAFKA-14589 Change package
73e2fba
Merge branch 'trunk' into KAFKA-14589
74cc1d7
KAFKA-14589 WIP
a7080ae
KAFKA-14589 WIP
26a437d
Merge branch 'trunk' into KAFKA-14589
5e49029
Merge branch 'trunk' into KAFKA-14589
700a358
Merge branch 'trunk' into KAFKA-14589
1f4b547
KAFKA-14589 Merge fixes
85cd1d3
KAFKA-14589 Correct package
96ff15f
Merge branch 'trunk' into KAFKA-14589
9ae4e2a
KAFKA-14589 Reflection changes from #15211
a6b1a0b
Merge branch 'trunk' into KAFKA-14589
6307859
KAFKA-14589 Reflecting changes of 6c09cc9586f823dff32c96131f6f377afae…
6c870d4
Merge branch 'trunk' into KAFKA-14589
d29d611
Merge branch 'trunk' into KAFKA-14589
04f80f5
Merge branch 'trunk' into KAFKA-14589
170b800
KAFKA-14589 Fixes after merge
2030962
KAFKA-14589 Fixes after merge
3569971
KAFKA-14589 Fixes after merge
e4e0a1e
Merge branch 'trunk' into KAFKA-14589
b74bd03
KAFKA-14589 Reduce tests run
a34c6c6
Merge branch 'trunk' into KAFKA-14589
8426c04
Merge branch 'trunk' into KAFKA-14589
fd29b3f
KAFKA-14589 Tests rewritten
54f1017
KAFKA-14589 Reduce changes
4c60e22
KAFKA-14589 Reduce changes
a1254d8
Merge branch 'trunk' into KAFKA-14589
341c81b
Merge branch 'trunk' into KAFKA-14589
419c0ea
KAFKA-14588 WIP
4660f76
Merge branch 'trunk' into KAFKA-14589
3b1d38b
Merge branch 'trunk' into KAFKA-14589
b4539d8
KAFKA-14588 Reflect changes from KAFKA-15462
8a173f2
KAFKA-14588 Reflect changes from KAFKA-15462
311e9fa
Merge branch 'trunk' into KAFKA-14589
e406967
Merge branch 'trunk' into KAFKA-14589
3933267
Merge branch 'trunk' into KAFKA-14589
837a9b2
KAFKA-14588 Code review fixes
3ade3dc
KAFKA-14589 Revert unnecessary changes
e9018cd
Merge branch 'trunk' into KAFKA-14589
dfadfb7
KAFKA-14589 Cleanup
643dd26
KAFKA-14589 Cleanup
bfbdfa5
KAFKA-14589 Cleanup
95ec460
Merge branch 'trunk' into KAFKA-14589
8365091
KAFKA-14589 Merge updates
8560d5d
KAFKA-14589 Merge updates
528c56f
KAFKA-14589 Merge updates
0dd7e43
KAFKA-14589 Merge updates
7dbc9e4
Merge branch 'trunk' into KAFKA-14589
e1175a6
Merge branch 'trunk' into KAFKA-14589
c7600b8
KAFKA-14589 Code review changes
4f7befa
KAFKA-14589 Code review changes
3430af9
Merge branch 'trunk' into KAFKA-14589
23a01af
KAFKA-14589 Code review changes
ba9bf6a
Merge branch 'trunk' into KAFKA-14589
519f016
KAFKA-14589 Code review changes
6645d62
KAFKA-14589 Code review changes
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
1,220 changes: 0 additions & 1,220 deletions
1,220
core/src/main/scala/kafka/admin/ConsumerGroupCommand.scala
This file was deleted.
Oops, something went wrong.
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
1,235 changes: 1,235 additions & 0 deletions
1,235
tools/src/main/java/org/apache/kafka/tools/consumer/group/ConsumerGroupCommand.java
Large diffs are not rendered by default.
Oops, something went wrong.
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.
Could you please test it manually?
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.
Basic manual testing done.