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 2021/11/05 20:50:26 UTC

[GitHub] [pulsar] merlimat opened a new pull request #12646: Allow to configure different implementations for Pulsar functions state store

merlimat opened a new pull request #12646:
URL: https://github.com/apache/pulsar/pull/12646


   ### Motivation
   
   Added the option to configure different backend implementations for Pulsar Functions state store. Included implementation based on top of MetadataStore API. 
   
   This would be useful to avoid running BK TableService for standalone deployments.


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat merged pull request #12646: Allow to configure different implementations for Pulsar functions state store

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #12646:
URL: https://github.com/apache/pulsar/pull/12646


   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar] merlimat commented on pull request #12646: Allow to configure different implementations for Pulsar functions state store

Posted by GitBox <gi...@apache.org>.
merlimat commented on pull request #12646:
URL: https://github.com/apache/pulsar/pull/12646#issuecomment-962506706


   > I like to make this pluggable.
   > I am not sure that writing to ZK is a good idea, probably it works for functions that do not read/write often the state
   
   This is just one example of implementation and it’s using Metadata store interface, not ZK directly. 
   
   


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

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org