What's Changed
A minor update to improve logging, particularly for debugging:
- some thrown errors now include Kafka topic/partition/offset for the record triggering the exception
- the Kafka topic/partition/offset that is used to create an Iceberg table when auto create table is enabled
- the Kafka topic/partition/offset that causes a Iceberg schema evolution, when enabled
- additional logging around coordinator/worker to help debug Kafka/Connector settings in cases where files are being written to disk but not being committed to the table
- log-records-on-table-actions by @tabmatfournier in #256
- some-logging-improvements by @tabmatfournier in #262
Full Changelog: v0.6.18...v0.6.19