Hi All, I am writing a Json customer serializer for our customer objects, which need to implement the Kafka Serializer interface. I am wondering what the input parameter "topic" is in the Serializer.serialize method. I don't think it is the topic on which data is to be published. Please correct me if I am wrong, and provide significance of this parameter.
Thanks.