mimaison commented on code in PR #19449:
URL: https://github.com/apache/kafka/pull/19449#discussion_r2182941391


##########
connect/json/src/main/java/org/apache/kafka/connect/json/JsonConverter.java:
##########
@@ -68,6 +68,8 @@ public class JsonConverter implements Converter, 
HeaderConverter, Versioned {
 
     private static final Map<Schema.Type, JsonToConnectTypeConverter> 
TO_CONNECT_CONVERTERS = new EnumMap<>(Schema.Type.class);
 
+    // if a schema is provided in config, this schema will be used for all 
messages

Review Comment:
   This comment be next to the new field



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to