SetGeek commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2285311286

   > When a job is created, it is a new job and does not have any relation with 
stopped jobs. So it works as expected.
   
   `auto.offset.reset`: Action to take when there is no initial offset in 
offset store or the desired offset is out of range: 'smallest','earliest' - 
automatically reset the offset to the smallest offset, 'largest','latest' - 
automatically reset the offset to the largest offset, 'error' - trigger an 
error (ERR__AUTO_OFFSET_RESET) which is retrieved by consuming messages and 
checking 'message->err'.
   Refer 
to:https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to