| Package | Description |
|---|---|
| org.apache.flink.connector.kafka.sink |
| Modifier and Type | Method and Description |
|---|---|
KafkaRecordSerializationSchema<IN> |
KafkaRecordSerializationSchemaBuilder.build()
Constructs the
KafkaRecordSerializationSchemaBuilder with the configured properties. |
| Modifier and Type | Method and Description |
|---|---|
KafkaSinkBuilder<IN> |
KafkaSinkBuilder.setRecordSerializer(KafkaRecordSerializationSchema<IN> recordSerializer)
Sets the
KafkaRecordSerializationSchema that transforms incoming records to ProducerRecords. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.