Setting RecordNameStrategy does not work from kafka-avro-console-producer:
kafka-avro-console-producer --broker-list localhost:9092 --topic topic1 --property value.schema='{"type":"record","name":"schema1","fields":[{"name":"f1","type":"string"}]}' --property value.subject.name.strategy=io.confluent.kafka.serializers.subject.RecordNameStrategy
Expectation: subject called schema-value
Result: subject called topic1-value (FAIL)
This is a pretty big issue for development. Any idea if this can be implemented?
+1
+1
Most helpful comment
This is a pretty big issue for development. Any idea if this can be implemented?