Slide 11
Slide 11 text
Kafka on OpenShift
• As more application workloads move to OpenShift, it makes sense to bring Kafka to the
same environment
• Serve as the foundation for event-driven microservices
• Benefit from OpenShift core strengths
• However Kafka is stateful which requires:
• a stable broker identity
• a way for the brokers to discover each other on the network
• durable broker state (i.e., the messages)
• the ability to recover broker state after a failure
• Kubernetes primitives help but still not easy