-
Notifications
You must be signed in to change notification settings - Fork 70
Kafka GRPC consumer Group Support #598
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 36 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
2cef977
Adjust padding to accommodate good enough headers and don't include …
akrambek d201582
Merge branch 'develop' into feature/consumer-group-cont
akrambek 76bf9de
Merge branch 'feature/consumer-group-cont' into develop
akrambek 29ae79c
Merge branch 'aklivity:develop' into develop
akrambek ec1b39e
Merge branch 'aklivity:develop' into develop
akrambek 51a9f0e
Merge branch 'aklivity:develop' into develop
akrambek 4394783
Merge branch 'aklivity:develop' into develop
akrambek e8696ce
Merge branch 'aklivity:develop' into develop
akrambek 51c37b1
Merge branch 'aklivity:develop' into develop
akrambek 5da5f04
Merge branch 'aklivity:develop' into develop
akrambek db1e17c
Merge branch 'aklivity:develop' into develop
akrambek 40f73dc
Merge branch 'aklivity:develop' into develop
akrambek d1a0492
Merge branch 'aklivity:develop' into develop
akrambek 45799ce
Merge branch 'aklivity:develop' into develop
akrambek b6f7884
WIP
akrambek 3660eec
Fix offset commit
akrambek b26ea7f
Merge branch 'bug/commit' into feature/kafka-grpc-group
akrambek d98fb23
Adjust the scripts
akrambek cf2cbb9
Refactor
akrambek ef40877
Merge branch 'bug/commit' into feature/kafka-grpc-group
akrambek a613924
WIP
akrambek 1e55162
Merge branch 'aklivity:develop' into develop
akrambek 946f01d
WIP
akrambek 45dc9e8
Merge branch 'develop' into feature/kafka-grpc-group
akrambek 211d7c7
WIP
akrambek 7281108
Fix typo
akrambek 2a07377
WIP
akrambek fedc41f
Merge branch 'aklivity:develop' into develop
akrambek 18a8d74
Merge branch 'aklivity:develop' into develop
akrambek f160aad
Merge branch 'aklivity:develop' into develop
akrambek e0e7d5a
Merge branch 'aklivity:develop' into develop
akrambek 9f4a8a6
Merge branch 'aklivity:develop' into develop
akrambek c0d096f
Merge branch 'develop' into feature/kafka-grpc-group
akrambek 512bedc
Apply feedback from PR
akrambek 456f111
Merge branch 'aklivity:develop' into develop
akrambek d466096
Merge branch 'develop' into feature/kafka-grpc-group
akrambek 8c2be5c
Apply feedback from PR
akrambek 0d27262
Merge branch 'aklivity:develop' into develop
akrambek 4436e2d
Merge branch 'develop' into feature/kafka-grpc-group
akrambek 0457c75
Apply feedback from PR
akrambek 1c0a33c
Fix formatting
akrambek 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
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.
Suggest
zilla:%s-%sinstead, probably more readable.I'm thinking we'll want to do the same for
mqtt-kafkaand perhaps make it possible to prefix withmqtt:instead ofzilla:if desired to make it easier to differentiate the consumer groups using standard kafka tools.