| Package | Description |
|---|---|
| org.apache.flink.streaming.connectors.kafka | |
| org.apache.flink.streaming.util.serialization |
| Modifier and Type | Field and Description |
|---|---|
protected KeyedSerializationSchema<IN> |
FlinkKafkaProducerBase.schema
(Serializable) SerializationSchema for turning objects used with Flink into
byte[] for Kafka.
|
| Constructor and Description |
|---|
FlinkKafkaProducerBase(String topicId,
KeyedSerializationSchema<IN> serializationSchema,
Properties producerConfig,
KafkaPartitioner<IN> customPartitioner)
The main constructor for creating a FlinkKafkaProducer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
KeyedSerializationSchemaWrapper<T>
A simple wrapper for using the SerializationSchema with the KeyedDeserializationSchema
interface
|
class |
TypeInformationKeyValueSerializationSchema<K,V>
A serialization and deserialization schema for Key Value Pairs that uses Flink's serialization stack to
transform typed from and to byte arrays.
|
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.