kafka-avro-console-producer doesn’t support to specify the naming strategy yet. You can use other tool like zoe: https://adevinta.github.io/zoe/advanced/avro/
It’s something you can define in the producer as property (key.subject.name.strategy and value.subject.name.strategy). You can choose one of the existing strategies or develop your own.
CLICK HERE to find out more related problems solutions.