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/07 19:15:57 UTC

[GitHub] dgrove-oss commented on issue #2545: Kafka topics are created via Docker Images

dgrove-oss commented on issue #2545: Kafka topics are created via Docker Images
URL: https://github.com/apache/incubator-openwhisk/pull/2545#issuecomment-342590851
 
 
   If we upgrade to kafka .0.11.0 or better we can use the new adminclient API to create the topics with the desired parameters from within the Scala code of the invoker & controller.
   
   I suggest we close this PR and instead pursue a kafka version bump + using the new APIs to create the topics as they are needed.  This is also a better fit for dynamically varying pools of invokers (since we can create the topics lazily as they are needed).

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