[ https://issues.apache.org/jira/browse/FLINK-19133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17190358#comment-17190358 ]
Kenneth William Krugler commented on FLINK-19133: ------------------------------------------------- Yes, we ran into this exact issue recently with 1.11, where only partition 0 was receiving data. "Fixed" it by passing Optional.empty() for the partition, so it would use Kafka partitioning vs. the FlinkFixedPartitioner, but good to see we weren't imagining things. > User provided kafka partitioners are not initialized correctly > -------------------------------------------------------------- > > Key: FLINK-19133 > URL: https://issues.apache.org/jira/browse/FLINK-19133 > Project: Flink > Issue Type: Bug > Components: Connectors / Kafka > Affects Versions: 1.11.1 > Reporter: Dawid Wysakowicz > Assignee: Dawid Wysakowicz > Priority: Blocker > Fix For: 1.12.0, 1.11.2 > > > Reported in the ML: > https://lists.apache.org/thread.html/r94275a7314d44154eb1ac16237906e0f097e8a9d8a5a937e8dcb5e85%40%3Cdev.flink.apache.org%3E > If a user provides a partitioner in combination with SerializationSchema it > is not initialized correctly and has no access to the parallel instance index > or number of parallel instances. -- This message was sent by Atlassian Jira (v8.3.4#803005)