-
Notifications
You must be signed in to change notification settings - Fork 124
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
docs: add kafka-java to Kafka source/sink docs #2347
Conversation
Signed-off-by: Keran Yang <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2347 +/- ##
==========================================
+ Coverage 68.11% 68.22% +0.10%
==========================================
Files 352 352
Lines 46500 46500
==========================================
+ Hits 31673 31724 +51
+ Misses 13743 13701 -42
+ Partials 1084 1075 -9 ☔ View full report in Codecov by Sentry. |
|
||
More details on how to use the Kafka Sink can be found [here](https://github.com/numaproj-contrib/kafka-java?tab=readme-ov-file#write-data-to-kafka). | ||
|
||
## Option 2: Built-in Kafka Sink |
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.
Reverse the order of the 2 options?
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.
we are eventually deprecating builtin, right?
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.
I put kafka-java
first because I want it to get some attentions and feedbacks so that we can further improve it towards fully feature-complete.
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.
@whynowy mind if I keep kafka-java
as first?
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.
Go ahead. I assume we will use this one as the builtin soon.
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!
Signed-off-by: Keran Yang <[email protected]> Signed-off-by: jacque1ine <[email protected]>
Signed-off-by: Keran Yang <[email protected]>
Explain what this PR does.