I am not sure how DuckDB and the plugin works, but I believe there should be an option to commit the consumer manually via a commit statement.
Two reasons:
- during experiments, you want to read the same data again
- when reading the data and writing it to something else, the consumer can commit its offsets only once the target has been written for sure
I am not sure how DuckDB and the plugin works, but I believe there should be an option to commit the consumer manually via a commit statement.
Two reasons: