Is it possible to exclude Zeebe broker and use Kafka instead in production with docker compose

we want to exclude Zeebe broker and use kafka instead for production ,as per our understanding if we are using central broker and its down then e2e flow will be impacted and service will asumed as not working.

if its possible to use any ulternate broker instead of zeebe broker ,please help on this.

we want to exclude Zeebe broker and use kafka instead for production

Actually I’m not sure what you mean with that. Could you elaborate on that, please?

if we are using central broker and its down then e2e flow will be impacted and service will asumed as not working.

You could increase the replication factor and setup a bigger cluster to be more fault tolerant.

Greets
Chris

@Jango12345 you can have different Zeebe clusters for testing and production.
Just to be sure that we are on the same page… Kafka and Zeebe are different things, so you cannot exclude one and use the other.

1 Like