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