Chandan Pasunoori
Chandan Pasunoori

Reputation: 959

Production Kafka configuration in Lagom Framework with Kubernetes?

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

Upvotes: 2

Views: 392

Answers (1)

Fernando Hackbart
Fernando Hackbart

Reputation: 46

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

Upvotes: 1

Related Questions