Is it possible to change confluent kafka-rest serializer? I want to swap the confluent avro serializer to my customized serializer, but I checked inside producer-pool(https://github.com/confluentinc/kafka-rest/blob/2.x/src/main/java/io/confluent/kafkarest/ProducerPool.java).
When building buildAvroProducer it ask for KafkaAvroSerializer, which is a confluent lib. So it seems not possible to customize it without code changes(like simply swap jar in classpath or sth) Not sure whether this requirement is fair or not, and wondering whether it is on the road map or not.