Hi there
in docs i was readed that serialization method of kafka pulgin is org.apache.kafka.common.serialization.Stringserializer
and
org.apache.kafka.common.serialization.StringDeserializer
i want to use some other methods like ** Apache Avro** to compress (serialize and deserialize) data... and i am a python programmer (not java)
how can i change this default method?
thanks