tabular-io / iceberg-kafka-connect

Apache License 2.0
192 stars 41 forks source link

Allow overriding control topic offset reset config #90

Closed bryanck closed 11 months ago

bryanck commented 11 months ago

This PR allows the specified kafka config auto.offset.reset to take precedence for the control topic consumer. Also tests were updated to set this to earliest to ensure the data files written are committed in the integration tests.