如何更改 SubjectNameStrategy 并在 confluent-kafka-python 的 AvroProducer 中使用不同的模式?

How to change SubjectNameStrategy and use different schemas in confluent-kafka-python's AvroProducer?

我正在使用 confluent-kafka-python 的 AvroProducer 进行序列化。我怎样才能将 SubjectNameStrategy 更改为 RecordNameStrategy 以便我可以在同一主题中使用不同的架构?或者是否有更好的方法来实现相同的目标?

尝试将 AvroSerializer 中的 subject.name.strategy 设置为 record_subject_name_strategy

https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#avroserializer