Replies: 1 comment 4 replies
|
Yes. Kafka HA is supported as long as every ManageIQ appliance in the region connects to the same logical Kafka cluster. The limit is one cluster per region, not one broker. Pointing appliances in the same region at different clusters can split event producers and consumers. Multiple broker addresses can be configured in base: &base
hosts:
- kafka1
- kafka2
port: 9092
The remaining limitation is References: the maintainer clarification, |
Uh oh!
There was an error while loading. Please reload this page.
Hi guys,
we plan to move from Petrosian to Spasky shortly and I wonder about Kafka architecture.
We currently have a distributed setup (2x UI/webservice, 2x Providers inventory and an external replicated database server)
Is it possible with Miq appliance to have a kafka cluster with multiple brokers in order to avoid having a spof?
All reactions