| 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(String, org.apache.flink.streaming.util.serialization.KeyedDeserializationSchema, 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. |
| org.apache.flink.streaming.connectors.kafka.Kafka09JsonTableSink(String, Properties, KafkaPartitioner<Row>)
This is a deprecated constructor that does not correctly handle partitioning when
producing to multiple topics. Use
Kafka09JsonTableSink.Kafka09JsonTableSink(String, Properties, FlinkKafkaPartitioner) instead. |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.