Releases: snowflakedb/snowflake-kafka-connector
Releases · snowflakedb/snowflake-kafka-connector
1.2.1
1.2.0
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
- Support topic regex
- Connector will not drop Table/Stage/Pipe anymore.
- New Topic to Table name mapping rule:
- if topic2table map contains topic name, use corresponding table name
- or, if topic name doesn't contain illegal characters, use topic name to be table name
- or, replace all illegal character by "_", and append "_" and
Math.abs(<topic name>.hashCode())
to the end of table name
- Fix bug:
- Can't decrypt RSA private key generated by OpenSSL 1.1.1
- Key doesn't show in Meta data
- Can't handle Null Value
0.4.0
- Upgrade Snowflake JDBC to 3.9.1 (OCSP)
- RSA private key
- Support Encrypted RSA private key
- Support original private key format (no need remove header/footer and line breaks)
- Include more record details in
record_metadata
column- Header
- Key
- Timestamp
- Schema ID (if using Schema Registry)
- Handle broken input record: Now, if the input record is not valid JSON/AVRO data, it will be sent to table stage directly without crashing connector task.
- Add connector version checker : connector will automatically check the latest version number from Maven repo, and warn user if an update is available
- Make the Flush, Purge and Status Check processes to be asynchronous