Production Kafka configuration in Lagom Framework with Kubernetes?

1/22/2018

How to configure kafka cluster in lagom framework in kubernetes in production mode.

Its expecting kafka_native service while starting service container.

Cassandra cas_native successfully configured but kafka not working

-- Chandan Pasunoori
apache-kafka
kubernetes
lagom

1 Answer

2/12/2018

As you are using Kubernetes you can use service locator DNS and take advantage of Kube DNS Service... You have to have a headless service in front of Kafka...

-- Fernando Hackbart
Source: StackOverflow