rabbah commented on a change in pull request #3072: Enhance kafka message 
provider
URL: 
https://github.com/apache/incubator-openwhisk/pull/3072#discussion_r164449615
 
 

 ##########
 File path: 
common/scala/src/main/scala/whisk/core/database/RemoteCacheInvalidation.scala
 ##########
 @@ -60,8 +60,9 @@ class RemoteCacheInvalidation(config: WhiskConfig, 
component: String, instance:
   private val instanceId = s"$component${instance.toInt}"
 
   private val msgProvider = SpiLoader.get[MessagingProvider]
-  private val cacheInvalidationConsumer = msgProvider.getConsumer(config, 
s"$topic$instanceId", topic, maxPeek = 128)
-  private val cacheInvalidationProducer = msgProvider.getProducer(config, ec)
+  private val cacheInvalidationConsumer =
 
 Review comment:
   no change on this line, can the RHS move back to same line?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to