-
Notifications
You must be signed in to change notification settings - Fork 533
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
[INLONG-5074][Sort] KafkaExtractNode support more StartupMode #5079
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 a lot for your contribution! 💖 This seems to be your first PR! 🌠 Please be sure to follow our contribution guidelines! 🎁
...rt/sort-common/src/main/java/org/apache/inlong/sort/protocol/enums/KafkaScanStartupMode.java
Outdated
Show resolved
Hide resolved
@yunqingmoswu @EMsnap PTAL, tks. |
@huyuanfeng2018 Hello, there are some conflicts, and the |
It is all right after handling the comment. |
f50a248
to
88d1030
Compare
Hi, I have resolved the conflict and added the Apache Licence header to the test class, please have a look again, thanks |
88d1030
to
57cd2f4
Compare
...ger-common/src/main/java/org/apache/inlong/manager/common/pojo/source/kafka/KafkaSource.java
Outdated
Show resolved
Hide resolved
...g-sort/sort-common/src/main/java/org/apache/inlong/sort/protocol/constant/KafkaConstant.java
Outdated
Show resolved
Hide resolved
...rt/sort-common/src/main/java/org/apache/inlong/sort/protocol/enums/KafkaScanStartupMode.java
Outdated
Show resolved
Hide resolved
...sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/KafkaExtractNode.java
Outdated
Show resolved
Hide resolved
...sort-common/src/main/java/org/apache/inlong/sort/protocol/node/extract/KafkaExtractNode.java
Outdated
Show resolved
Hide resolved
57cd2f4
to
6edd0fa
Compare
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. Thanks for your contribution 🎉
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
Prepare a Pull Request
[INLONG-5074][Sort] KafkaExtractNode support more StartupMode
Fixes [Improve][Sort] KafkaExtractNode support more StartupMode #5074
Motivation
KafkaExtractNode supports consumption from specified partitions and offsets
Verifying this change