Setting auto.offset.reset for Kafka Rest Proxy

Yesterday I was struggling with auto.offset.reset configuration property for communication with Confluent Kafka Rest Proxy. I was using curl command to create Kafka consumer and was receiving successful response Then I tried to rewrite curl logic to Python code using requests module. But I started to receive error Invalid consumer configuration: Wrong value earliest of … Read more

Committing custom offsets to Kafka

Recently I have been playing around integrating RPA Blue Prism with Confluent Kafka. Blue Prism process was consuming messages from Kafka topic using Kafka Rest Proxy. To achieve it I used build in Utility – HTTP business object with HTTP Request action. Reading messages from Kafka REST Proxy consists of 5 steps 1. Creating consumer … Read more