类和说明 |
---|
org.apache.flink.streaming.connectors.kafka.partitioner.FlinkKafkaDelegatePartitioner
Delegate for
KafkaPartitioner , use FlinkKafkaPartitioner instead |
org.apache.flink.streaming.util.serialization.JSONDeserializationSchema
Please use
JsonNodeDeserializationSchema in the "flink-json" module. |
org.apache.flink.streaming.util.serialization.JsonRowDeserializationSchema
Please use
JsonRowDeserializationSchema in
the "flink-json" module. |
org.apache.flink.streaming.util.serialization.JsonRowSerializationSchema
Please use
JsonRowSerializationSchema in
the "flink-json" module. |
org.apache.flink.streaming.connectors.kafka.KafkaAvroTableSource
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor) . |
org.apache.flink.streaming.connectors.kafka.KafkaAvroTableSource.Builder
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor) . |
org.apache.flink.streaming.connectors.kafka.KafkaJsonTableSink
Use table descriptors instead of implementation-specific classes.
|
org.apache.flink.streaming.connectors.kafka.KafkaJsonTableSource
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor) . |
org.apache.flink.streaming.connectors.kafka.KafkaJsonTableSource.Builder
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor) . |
org.apache.flink.streaming.connectors.kafka.partitioner.KafkaPartitioner
This partitioner does not handle partitioning properly in the case of
multiple topics, and has been deprecated. Please use
FlinkKafkaPartitioner instead. |
org.apache.flink.streaming.connectors.kafka.KafkaTableSource.Builder
Use the
Kafka descriptor together
with descriptors for schema and format instead. Descriptors allow for
implementation-agnostic definition of tables. See also
TableEnvironment.connect(ConnectorDescriptor) . |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.