zhangyunyun created FLINK-19239:
-----------------------------------
Summary: 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
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)