CTTY commented on code in PR #10872:
URL: https://github.com/apache/hudi/pull/10872#discussion_r1529666064


##########
hudi-utilities/src/main/java/org/apache/hudi/utilities/sources/JsonKafkaSource.java:
##########
@@ -57,6 +57,8 @@
  */
 public class JsonKafkaSource extends KafkaSource<String> {
 
+  private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();

Review Comment:
   Just being curious, do we have to use static object mapper here or it's fine 
to wrap it in the iterator as well?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to