kafka-ops/julie

Question: How to configure kafka backend?

rampaldheeraj opened this issue · 1 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