You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Converting byte[] to Kafka Connect data failed due to serialization error: java.io.CharConversionException: Invalid UTF-32 character 0xed7a2268. #182
#183
Open
sudheer9640 opened this issue
Feb 3, 2022
· 1 comment
While producing kafka message, Iam using encode method from kafkajs/confluent-schema-registry.
Iam passing Json schemaID and json payload as two params to this method.
In this method, payload is getting validated, converted to buffer and encoded with magic byte and some other encoding is happening.
So in http sink connector, when JSON value connector is used, iam facing this issue.
"value.converter": "org.apache.kafka.connect.json.JsonConverter",
So do I need to encode with magic byte when I use JSON schema as well
The text was updated successfully, but these errors were encountered:
While producing kafka message, Iam using encode method from kafkajs/confluent-schema-registry.
Iam passing Json schemaID and json payload as two params to this method.
In this method, payload is getting validated, converted to buffer and encoded with magic byte and some other encoding is happening.
So in http sink connector, when JSON value connector is used, iam facing this issue.
"value.converter": "org.apache.kafka.connect.json.JsonConverter",
So do I need to encode with magic byte when I use JSON schema as well
The text was updated successfully, but these errors were encountered: