srkukarni commented on a change in pull request #1885:  allow users to specify 
message timeout for functions
URL: https://github.com/apache/incubator-pulsar/pull/1885#discussion_r192450630
 
 

 ##########
 File path: 
pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/source/PulsarSourceConfig.java
 ##########
 @@ -37,6 +37,7 @@
     private String subscriptionName;
     private Map<String, String> topicSerdeClassNameMap;
     private String typeClassName;
+    private Long timeoutMs;
 
 Review comment:
   Are we ok with one timeout for all values?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to