I'm updating a job without savepoint.
The consumer properties is set to *  prop.setProperty("auto.offset.reset",
"earliest")*
The start strategy is not explicitly set (using the default
setStartFromGroupOffsets).
In this case I expect that the consumer will read the messages from the
beginning since there is no offset restored, but is actually reading from
latest. What am I missing?

Best
Avi

Reply via email to