Important

You are viewing documentation for an older version of Confluent Platform. For the latest, click here.

Changelog

Version 1.1.3

  • Added type codecs for converting String values in Kafka record fields to uuid and timeuuid columns on existing tables. Connect doesn’t have a UUID logical type, so UUIDs are represented as string values, requiring these custom codecs when tables with such columns already exists. The Cassandra sink connector never creates tables with these column types, since Kafka record structs never contain fields with a discernable UUID type.

Version 1.1.2

  • Re-released previous change to correct improper tagging.

Version 1.1.1

  • Corrected the connector’s version as reported to Connect.

Version 1.1.0

  • Fixed an issue where the sink connector was not properly handling Connect logical types such as DECIMAL, TIME, TIMESTAMP, and DATE.

Version 1.0.3

  • Corrected the connector’s version as reported to Connect.

Version 1.0.2

Initial version