You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/04/29 17:04:48 UTC

[GitHub] [pulsar] jerrypeng commented on a change in pull request #10441: [pulsar-io] Using ObjectMapper instead of Gson to parse Source/SInk configuration

jerrypeng commented on a change in pull request #10441:
URL: https://github.com/apache/pulsar/pull/10441#discussion_r623236475



##########
File path: pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java
##########
@@ -130,6 +130,8 @@
     // a read write lock for stats operations
     private ReadWriteLock statsLock = new ReentrantReadWriteLock();
 
+    private static final ObjectMapper objectMapper = new ObjectMapper();

Review comment:
       👍




-- 
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.

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