-
Notifications
You must be signed in to change notification settings - Fork 528
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-7903][Sort] Kafka sink supports fixed partition strategy #7905
Conversation
.../src/main/java/org/apache/inlong/sort/kafka/partitioner/InLongFixedPartitionPartitioner.java
Show resolved
Hide resolved
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 your contribution, could u please add some test for InLongFixedPartitionPartitioner?
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java
Outdated
Show resolved
Hide resolved
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java
Outdated
Show resolved
Hide resolved
.../src/main/java/org/apache/inlong/sort/kafka/partitioner/InLongFixedPartitionPartitioner.java
Show resolved
Hide resolved
I will add some tests. |
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java
Show resolved
Hide resolved
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java
Show resolved
Hide resolved
inlong-sort/sort-connectors/base/src/main/java/org/apache/inlong/sort/base/Constants.java
Show resolved
Hide resolved
@EMsnap fixed,PTAL,thanks! |
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 the contribution
* limitations under the License. | ||
*/ | ||
|
||
package org.apache.inlong.sort.kafka.partitioner;/* |
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.
duplicated license
Prepare a Pull Request
(Change the title refer to the following example)
(The following XYZ should be replaced by the actual GitHub Issue number)
Motivation
Kafka sink supports fixed partition strategy.
Modifications
Documentation