[
https://issues.apache.org/jira/browse/FLINK-19239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17196000#comment-17196000
]
Dawid Wysakowicz commented on FLINK-19239:
------------------------------------------
This should be fixed in 1.11.2 as FLINK-19133, which should be released any
time (The vote has actually passed today).
> FlinkKafkaProducer
> ------------------
>
> Key: FLINK-19239
> URL: https://issues.apache.org/jira/browse/FLINK-19239
> Project: Flink
> Issue Type: Bug
> Components: Connectors / Kafka
> Affects Versions: 1.11.0
> Reporter: zhangyunyun
> Priority: Major
> Attachments: kafka_producer_1.png, kafka_producer_2.png,
> kafka_producer_3.png
>
>
> When I use the kafka connector jar: flink-connector-kafka_2.11
> My code is:
> {code:java}
> //代码占位符
> new FlinkKafkaProducer<>(
> brokerList,
> topic,
> new SimpleStringSchema()
> );
> {code}
> The target Kafka partition is big then 1, but all the data send to one
> partition only.
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)