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