troubleshooting
Is there an easy way to reset the offsets for tables reading from topics without recreating them?
Victor Müller is looking for a way to reset offsets for tables reading from topics without having to recreate the tables. Siyuan Wang mentions that the current system does not support resetting offsets without recreating tables. Victor is trying to avoid recreating over 400 table definitions and is considering executing statements before any messages are in the topics.
Vi
Victor Müller
Asked on Feb 22, 2024
- Resetting offsets for tables reading from topics without recreating them is not supported in the current system.
- Consider executing the necessary statements before any messages are in the topics to potentially speed up the process.
- Recreating table definitions for over 400 tables can be time-consuming, so preemptive actions may be more efficient in this scenario.
Feb 22, 2024Edited by