How can I keep Kafka Routine Load's group offset during stop and recreate #57645
Unanswered
bromine0x23
asked this question in
A - General / Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Kafka Routine Load which filtering data on a column by a list of key.
At times, I may need to update the list, and wants to keep up the consumption progress.
But Routine Load seems always reset the offset, and
property.kafka_default_offsetscan only takeOFFSET_ENDandOFFSET_BEGINNING.How can I do, or if there a way to update filter condition without recreate routine load.
I also tried using
INcondition with a subquery on filter, but the Routine Load not begin to consuming.Doris verison:
v2.1.9Beta Was this translation helpful? Give feedback.
All reactions