You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2017/11/14 20:38:39 UTC

[GitHub] rabbah commented on a change in pull request #2948: Programmatic lazy creation of completedN and invokerN topics

rabbah commented on a change in pull request #2948: Programmatic lazy creation of completedN and invokerN topics
URL: https://github.com/apache/incubator-openwhisk/pull/2948#discussion_r150956187
 
 

 ##########
 File path: core/invoker/src/main/scala/whisk/core/invoker/Invoker.scala
 ##########
 @@ -182,6 +187,17 @@ object Invoker {
 
     val invokerInstance = InstanceId(assignedInvokerId)
     val msgProvider = SpiLoader.get[MessagingProvider]
+    if (!msgProvider.ensureTopic(
 
 Review comment:
   should this happen inside the kafka messaging provider since this may not be applicable to an alternate bus implementation?

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