| Constructor and Description |
|---|
| org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducer09(String, KeyedSerializationSchema<IN>, Properties, KafkaPartitioner<IN>)
This is a deprecated constructor that does not correctly handle partitioning when
producing to multiple topics. Use
FlinkKafkaProducer09.FlinkKafkaProducer09(String, KeyedSerializationSchema, Properties, FlinkKafkaPartitioner) instead. |
| org.apache.flink.streaming.connectors.kafka.FlinkKafkaProducer09(String, SerializationSchema<IN>, Properties, KafkaPartitioner<IN>)
This is a deprecated constructor that does not correctly handle partitioning when
producing to multiple topics. Use
FlinkKafkaProducer09.FlinkKafkaProducer09(String, SerializationSchema, Properties, FlinkKafkaPartitioner) instead. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.