Skip to content

Releases: questdb/kafka-questdb-connector

v0.7

01 Aug 13:15

Choose a tag to compare

What's Fixed

  • Handle gracefully empty input. This can happen with for example when using filters. See the test in commit.

What's changed

  • QuestDB version used by internal client upgraded to 7.2.1

Full Changelog: v0.6...v0.7

v0.6

03 Mar 13:00

Choose a tag to compare

What's New

  • Implemented Reconnection Mechanism when QuestDB is temporarily unavailable
  • Build creates a package with metadata for the Confluent hub

What's Changed

  • Codestyle improvments
  • Table name configuration validation

Full Changelog: v0.5...v0.6

v0.5

12 Dec 14:09

Choose a tag to compare

What's Changed

  • chore: added a configuration option to always sent selected numeric columns as double
  • chore: update QuestDB version by @amyshwang in #6

New Contributors

Full Changelog: v0.4...v0.5

v0.4

26 Nov 14:12

Choose a tag to compare

What's Changed

  • [feat] timestamp unit configuration by @jerrinot in #5

Full Changelog: v0.3...v0.4

v0.3

08 Nov 17:47

Choose a tag to compare

Fixes

  • Security problem where Kafka Connect would log QuestDB authentication token. See: f131e1f

Misc

Full Changelog: v0.2...v0.3

v0.2

31 Oct 19:25

Choose a tag to compare

The first public release of the QuestDB Sink connector for Apache Kafka!

The connector is ready for production usage, it's been tested with QuestDB Cloud.

Please see readme and code sample for quick start.