Class AvroKafkaSerdeConfig

    • Field Detail

      • AVRO_ENCODING

        public static final String AVRO_ENCODING
        Used by the Avro serde classes to choose an io.apicurio.registry.serde.avro.AvroEncoding, for example JSON or BINARY. Serializer and Deserializer configuration must match.
        See Also:
        Constant Field Values
      • AVRO_DATUM_PROVIDER_DEFAULT

        public static final String AVRO_DATUM_PROVIDER_DEFAULT
      • USE_SPECIFIC_AVRO_READER_DEFAULT

        public static final boolean USE_SPECIFIC_AVRO_READER_DEFAULT
        See Also:
        Constant Field Values
    • Constructor Detail

      • AvroKafkaSerdeConfig

        public AvroKafkaSerdeConfig​(Map<?,​?> originals)
        Constructor.
        Parameters:
        configDef -
        originals -
    • Method Detail

      • getAvroDatumProvider

        public Class<?> getAvroDatumProvider()
      • useSpecificAvroReader

        public boolean useSpecificAvroReader()