kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: How to configure kafka backend?

rampaldheeraj opened this issue · comments

I can see in the code that there's a class called KafkaBackend. However I cannot find any relevant documentation. Can you please guide on how to configure Kafka as a backend instead of Redis or S3?

I figured it out . Setting these properties do the job

topology.builder.state.processor.class=com.purbon.kafka.topology.backend.KafkaBackend
julie.kafka.config.topic=sys.julie.state
julie.kafka.consumer.group.id=sys-julie-consumer
julie.kafka.consumer.retries=3
julie.instance.id=sys-julie-instance