I am using confluent-kafka-python's AvroProducer for serializing. How could I change the SubjectNameStrategy to RecordNameStrategy so that I can use different schemas in the same topic ? Or is there a better way to achieve the same goal ?
Try setting the subject.name.strategy
in the AvroSerializer to record_subject_name_strategy