-
Notifications
You must be signed in to change notification settings - Fork 7
Conversion of column-diff, concatentation and parallel consumer #6
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
Conversation
This commit removes the gradle.properties file from the cogrouping-streams/kstreams directory. This is part of the initial steps in converting to a parallel consumer setup.
This commit removes the gradle.properties file from the cogrouping-streams/kstreams directory. This is part of the initial steps in converting to a parallel consumer setup.
This commit elaborates on the Confluent Parallel Consumer application details in the README.md. It expands on the level of parallelism achievable beyond the partition count. It also provides instructions on creating a new instance of `ParallelStreamProcessor` for parallel record consuming and introduces available performance tests for the parallel consumption. This update strengthens the guide for users exploring this library.
davetroiano
left a comment
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.
nice job @bbejeck - just a handful of whitespace formatting fixes... I noticed tabs causing misalignment in my IntelliJ setup since tabs for me render as 4 spaces while github does 8
Co-authored-by: Dave Troiano <dtroiano@confluent.io>
davetroiano
left a comment
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.
LGTM!
No description provided.