-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
MINOR: cleanup KStream JavaDocs (10/N) - stream-table-left-join #18813
Conversation
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.
Thanks for the PR @mjsax - a couple of minor comments for your consideration, LGTM
* {@link ValueJoinerWithKey}, one output for each input {@code KStream} record | ||
* @see #join(KTable, ValueJoinerWithKey) | ||
* @see #leftJoin(GlobalKTable, KeyValueMapper, ValueJoinerWithKey) | ||
* <p>Note that the key is read-only and must not be modified, as this can lead to corrupt partitioning. |
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.
worth adding which would lead to unexpected results
or something similar?
* {@link ValueJoinerWithKey}, one output for each input {@code KStream} record | ||
* @see #join(KTable, ValueJoinerWithKey, Joined) | ||
* @see #leftJoin(GlobalKTable, KeyValueMapper, ValueJoinerWithKey) | ||
* <p>Note that the key is read-only and must not be modified, as this can lead to corrupt partitioning. |
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.
same here
974f8ab
to
cb975bb
Compare
Java 17:
Java 23:
|
…he#18813) Reviewers: Bill Bejeck <bill@confluent.io>
No description provided.