Python Azure function Kafka Triggered – autoOffsetReset as Latest in host.json not working
When I do new deployment, my kafka triggered func app starts ingesting data from past 7 days. It takes immense amount of time. So, I want to read data and insert to database with the latest data and not from the start.Therefore, I am using autoOffsetReset flag as latest (assuming this parameter fulfills my requirement)My host.json file