CoderXionghs opened a new issue, #38551:
URL: https://github.com/apache/doris/issues/38551

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/doris/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Version
   
   1.2.7
   
   ### What's Wrong?
   
   routine load 配置了如下参数,在stop重新创建后,会从头开始消费数据
   property.kafka_default_offsets="OFFSET_BEGINING",
   property.auto.offset.reset="earliest"
   
   ### What You Expected?
   
   希望的是,如果该消费者组没有offset,则从最早消息开始消费;如果offset存在,则从offset开始消费。
   但是property.auto.offset.reset="earliest"并不生效,不知道正确的配置是什么,还是就是有bug
   
   ### How to Reproduce?
   
   _No response_
   
   ### Anything Else?
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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.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