Uses of Class
io.confluent.kafka.serializers.GenericContainerWithVersion
Packages that use GenericContainerWithVersion
-
Uses of GenericContainerWithVersion in io.confluent.kafka.serializers
Methods in io.confluent.kafka.serializers that return GenericContainerWithVersionModifier and TypeMethodDescriptionprotected GenericContainerWithVersionAbstractKafkaAvroDeserializer.deserializeWithSchemaAndVersion(String topic, boolean isKey, byte[] payload) Deserializes the payload and includes schema information, with version information from the schema registry embedded in the schema.protected GenericContainerWithVersionAbstractKafkaAvroDeserializer.deserializeWithSchemaAndVersion(String topic, boolean isKey, org.apache.kafka.common.header.Headers headers, byte[] payload)