[
https://issues.apache.org/jira/browse/FLINK-8276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16319852#comment-16319852
]
ASF GitHub Bot commented on FLINK-8276:
---------------------------------------
Github user tzulitai commented on a diff in the pull request:
https://github.com/apache/flink/pull/5173#discussion_r160607865
--- Diff:
flink-connectors/flink-connector-kafka-base/src/main/java/org/apache/flink/streaming/connectors/kafka/partitioner/FlinkKafkaPartitioner.java
---
@@ -17,12 +17,15 @@
package org.apache.flink.streaming.connectors.kafka.partitioner;
+import org.apache.flink.annotation.Internal;
+
import java.io.Serializable;
/**
* A {@link FlinkKafkaPartitioner} wraps logic on how to partition records
* across partitions of multiple Kafka topics.
*/
+@Internal
--- End diff --
`FlinkKafkaPartitioner` should be `@PublicEvolving`.
> Annotation for Kafka connector
> ------------------------------
>
> Key: FLINK-8276
> URL: https://issues.apache.org/jira/browse/FLINK-8276
> Project: Flink
> Issue Type: Sub-task
> Components: Streaming Connectors
> Reporter: mingleizhang
> Assignee: mingleizhang
> Fix For: 1.5.0
>
>
> See parent issue.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)