79831590

Date: 2025-11-27 10:04:22
Score: 1
Natty:
Report link

My solution was to add this to application.yaml

kafka:
  producer:
    value-serializer: io.confluent.kafka.serializers.KafkaAvroSerializer
    properties:
      avro.remove.java.properties: true

This makes KafkaAvroSerializer properly strip the type object down to just "string"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Gilgamesh