Releases: snowflakedb/snowflake-kafka-connector
Releases · snowflakedb/snowflake-kafka-connector
1.4.3
- Fixed a bug that could crash cleaner
- Fixed a bug that could lead to offset commitment gap
- Added an environment variable to enable JDBC tracing
v1.4.2
- Breaking change: default buffer.flush.time changed from 30sec to 120sec
- Added an option value.converter.break.on.schema.registry.error
- Supported Protobuf converter
1.4.1
- Fixed a bug that will cause high credit consumption
- Minor bug fix
1.4.0
- Restructured the connector to increase scalability
- Fixed bugs related to recovering and batch ingest
1.3.1
- fixed regression bug in 1.3.0
- fixed thread leak issue
1.3.0
- Implemented backoff when throttled by server
- Supported native converters and DLQ and SMT
- Performance improvement
- Bug fixes