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/08/21 10:17:22 UTC

[GitHub] [pulsar] yittg edited a comment on issue #4992: [pulsar-client-cpp/python, dashboard] support parse batch entry

yittg edited a comment on issue #4992: [pulsar-client-cpp/python,dashboard] support parse batch entry
URL: https://github.com/apache/pulsar/pull/4992#issuecomment-523394292
 
 
   @tuteng 
   > But there are some issues about parsing batch messages. When I test locally mac environment, pulsar-client shows that the installation was successful, but when I use `import pulsar`, it will cause the program to exit.
   
   Did you check the compile environment and runtime consistency, i'm not sure what leads to this.
   
   > I think in the dashboard, an option can be set to let the user decide whether to turn on parsing batch messages, this allows users to use dashboard even if pulsar-client is not installed.
   
   yeah, it indeed does as what you describe. it would check whether the proper pulsar module was installed. I have not found a convenient way to set a dependency optional to avoid installing a lower version of pulsar-client, so i didn't limit its version in `requirements.txt`.
   

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