public class BytesDeserializer extends Object implements Deserializer<org.apache.kafka.common.utils.Bytes>
Constructor and Description |
---|
BytesDeserializer() |
public void configure(Map<String,?> configs, boolean isKey)
Deserializer
configure
in interface Deserializer<org.apache.kafka.common.utils.Bytes>
configs
- configs in key/value pairsisKey
- whether is for key or valuepublic org.apache.kafka.common.utils.Bytes deserialize(String topic, byte[] data)
Deserializer
deserialize
in interface Deserializer<org.apache.kafka.common.utils.Bytes>
topic
- topic associated with the datadata
- serialized bytes; may be null; implementations are recommended to handle null by returning a value or null rather than throwing an exception.public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in interface Deserializer<org.apache.kafka.common.utils.Bytes>