Deprecated API

Contents

  • Deprecated Classes
    Class
    Description
    This class is scheduled to be renamed in Debezium 2.0 to "io.debezium.converters.BinaryDataConverter".

    A customized value converter to allow avro message to be delivered as it is (byte[]) to kafka, this is used for outbox pattern where payload is serialized by KafkaAvroSerializer, the consumer need to get the deseralized payload. To enable the converter in a connector, the following value need to be specified "value.converter": "io.debezium.converters.ByteBufferConverter"