What’s the best practice to set stream.kafka.consu...
# general
a
What’s the best practice to set stream.kafka.consumer.prop.auto.offset.reset? I haven’t found detailed info about it. I set it smallest in case stream data lost. But I met a situation, when I restarted the controller, pinot just stopped consuming data.
m
That is only for first time consuming, and not to recover from offset corruption
Your situation might be because you had restarted kafka changing the offset. Do you expect running into that in production?