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/09/10 07:43:44 UTC

[GitHub] rdhabalia opened a new pull request #2549: [Function] avoid creating assignment snapshot and publish individual assignment msg

rdhabalia opened a new pull request #2549: [Function] avoid creating assignment snapshot and publish individual assignment msg
URL: https://github.com/apache/incubator-pulsar/pull/2549
 
 
   ### Motivation
   
   As discussed at #2438 and #2474, we would like to fix function assignment approach such a way that function-worker can support large number of function instances in the cluster.
   
   ### Modifications
   
   - using compacted topic for assignment
   - publish individual message for each new assignment
   
   ### Result
   
   Function-worker will be able to scale and performs well with large number of functions. 
   

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