DavidSH92 commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2288134603
Perhaps you need to upgrade your version. Doris 2.0 and above already
support this feature,when you pause your routine task, the offset already
consumed will be recorded, and when
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
SetGeek commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2283749326
@dataroaring In many commonly used components, the existing consumer group
offset is prioritized, and the default offset is only used when the consumer
group offset doesn't exist. Th
CoderXionghs commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2262305660
> You can set offsets when creating a new job, it consums from the specified
offsets.
thks for your answer;
my topic has many partitions(≥50),so set the offsets
dataroaring commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2262273360
You can set offsets when creating a new job, it consums from the specified
offsets.
--
This is an automated message from the Apache Git Service.
To respond to the message, plea
CoderXionghs commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2260447192
> When a job is created, it is a new job and does not have any relation with
stopped jobs. So it works as expected.
I know it is a new job,but the kafka consumer group ar
dataroaring commented on issue #38551:
URL: https://github.com/apache/doris/issues/38551#issuecomment-2260393045
When a job is created, it is a new job and does not have any relation with
stopped jobs. So it works as expected.
--
This is an automated message from the Apache Git Service.
T
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
### Wh