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/01/07 00:17:34 UTC

[GitHub] jerrypeng opened a new pull request #3315: Functions consumer producer props

jerrypeng opened a new pull request #3315: Functions consumer producer props
URL: https://github.com/apache/pulsar/pull/3315
 
 
   ### Motivation
   
   The metadata specified in producers and consumers created by functions, sinks, and sources can help with debugging.  
   
   This PR aims improving that aspect as well as add the metadata to python functions as well
   
   ### Modifications
   Example of what the meta looks like:
   
   ```
       "metadata" : {
         "application" : "pulsar-function",
         "id" : "public/default/jerry-test-2:1"
       }
   ```
   

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