priyankaku commented on code in PR #19449: URL: https://github.com/apache/kafka/pull/19449#discussion_r2184497866
########## 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: @mimaison : sorry I missed this out , made the changes. please take a look -- 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