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/11/12 15:47:19 UTC

[GitHub] [pulsar] frank-dkvan commented on issue #3208: Is state shared by function instances?

frank-dkvan commented on issue #3208: Is state shared by function instances?
URL: https://github.com/apache/pulsar/issues/3208#issuecomment-552951908
 
 
   > Yes, the state is shared between the two instances. When you do a put/get inside the Context inside a function the real-key is the fully qualified function name + the key that you specify. This means that the key is visible to not just other instances of the function, but to other functions as well. However the Context api currently doesnt provide any way of accessing some other functions' keys.
   
   If I want to read  states from the other functions, which API can help with this?  since context API doesn't support this.    
   
   
   

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