apache-kafkakafka-restconfluent-rest-proxy

Idempotant guarantee in Confluent Rest Proxy


Currently, I am using Confluent Rest Proxy 5.5.1 for collecting data in production. Duplicated events can come. I found the solution for de-duplication using Kafka Stream API. Is it possible to get an idempotent producer guarantee in Rest Proxy?


Solution

  • You can modify the REST Proxy's producer client with the producer. prefix

    producer.enable.idempotence=true