JiniousChoi commented on issue #354: enable replicated kafka pods URL: https://github.com/apache/incubator-openwhisk-deploy-kube/issues/354#issuecomment-479712112 You said at #446 that > A better approach (and what is done in production deployments of OpenWhisk on Kubernetes for IBM Cloud Functions) is to deploy a replicated Kafka within the same Kubernetes cluster as the rest of the OpenWhisk control plane. You mean the Kafka on 'Openwhisk on k8s for IBM Cloud Functions' is replicated >1, which mean multiple pods of kafkas, and it's on a roll, right? If so, did you do something like, you created PVC's for kafkas as many you think you need for the service as manually, launch a stateful kafka service manually, and you also modified the dockers' env.s for the replicated controllers/invokers so that they can connect to the kafkas? And now, we need to modify the Helm chart so that it can automatically create PVs/PVCs, deploy replicated kafkas >=1 on the same node as zookeepers?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
