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 2019/05/01 03:45:51 UTC

[GitHub] [pulsar] wolfstudy commented on a change in pull request #4174: [go function] support localrun and cluster mode for go function

wolfstudy commented on a change in pull request #4174: [go function] support localrun and cluster mode for go function
URL: https://github.com/apache/pulsar/pull/4174#discussion_r280000557
 
 

 ##########
 File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/RuntimeUtils.java
 ##########
 @@ -21,9 +21,7 @@
 
 import com.google.protobuf.util.JsonFormat;
 
-import java.io.BufferedReader;
-import java.io.IOException;
-import java.io.InputStreamReader;
+import java.io.*;
 
 Review comment:
   cool, good suggestion

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


With regards,
Apache Git Services