What Is the Serialization Mode of Messages Sent by DRS to Kafka?
For data sent by DRS to Kafka, the key serializer is org.apache.kafka.common.serialization.StringSerializer, and the value serializer is org.apache.kafka.common.serialization.ByteArraySerializer. The character code is UTF8.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.