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 2018/05/04 07:11:36 UTC

[GitHub] rdhabalia opened a new pull request #1727: Encode zk-path for function-pkg

rdhabalia opened a new pull request #1727: Encode zk-path for function-pkg
URL: https://github.com/apache/incubator-pulsar/pull/1727
 
 
   ### Motivation
   
   Right now, functions stores function-pkg with zk-path based on function name which could have escape character and it can fail zk-node creation and consequently function uploading. 
   
   ### Modifications
   
   Encode zk path before creating function same as broker does for managed-ledger creation.
   
   ### Result
   
   It will prevent function creation if function name has escape character.
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services