abaruni commented on a change in pull request #214: WIP Support multiple workers
URL: 
https://github.com/apache/incubator-openwhisk-package-kafka/pull/214#discussion_r138933393
 
 

 ##########
 File path: provider/database.py
 ##########
 @@ -37,6 +37,7 @@ class Database:
 
     filters_design_doc_id = '_design/filters'
     only_triggers_view_id = 'only-triggers'
+    by_worker_view_id = 'by-worker'
 
     instance = os.getenv('INSTANCE', 'messageHubTrigger-0')
     canaryId = "canary-{}".format(instance)
 
 Review comment:
   I removed the worker id from the canary doc id. i originally added it to 
avoid conflict between multiple workers, but it is not needed as updating 
'instance' for each additional worker would suffice
 
----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to