wolfstudy edited a comment on issue #3854: [issue #3767] support go function 
for pulsar
URL: https://github.com/apache/pulsar/pull/3854#issuecomment-480013975
 
 
   > @wolfstudy why do the parameters need to be passed into a conf file 
instead of just via command line?
   
   In 
[pip32](https://github.com/apache/pulsar/wiki/PIP-32%3A-Go-Function-API%2C-Instance-and-LocalRun),
 we describe this situation, go is a static language, although it provides a 
reflection mechanism, but relatively weak compared to java and python, although 
the plugin is provided in version go1.8, but not mature. So we chose the SDK 
method to implement the go function.
   
   Of course, we can expose the configuration file and the command line to the 
user at the same time, if necessary.

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


With regards,
Apache Git Services

Reply via email to