Hi, I want to understand how does *auto.offset.reset = latest *work. When consumer first call poll() method, will it assign the current offsets to consumer for all partition (when single consumer is up in a consumer group)? How do I know all partitions are assigned to a consumer?
Regards Hrishikesh