Forum Discussion
Hi,
Based on your scenario, when first run the consumer snap, you may use a new group ID in the Consumer, and set ‘auto offset reset’ to earliest. This would let the Consumer to read from earliest at the first running (when initialize the new group). For ‘seek type’, you may set it to End, so that it would continue reading when resume. Hope it helps 🙂
Hi @kzhou,
Very thanks for your above statements. Those will be work irrespective of partition number right?
Please confirm the same. Thanks in advance!
If your Oracle table has columns whose names contain a ‘$’ (or any other special character) in it, here’s how the execute query needs to look like:
Query: select “USER$ID” from testtable1
Note: Expression should not be enabled on the “Oracle Execute” snap
- elise_henschen9 years agoNew Contributor III
Thank you! That did the trick.
Related Content
- 5 years ago