kafka-ops / julie

A solution to help you build automation and gitops in your Apache Kafka deployments. The Kafka gitops!
MIT License
418 stars 113 forks source link

Question: How to configure kafka backend? #467

Closed rampaldheeraj closed 2 years ago

rampaldheeraj commented 2 years ago

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?

rampaldheeraj commented 2 years ago

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