Releases: questdb/kafka-questdb-connector
Releases · questdb/kafka-questdb-connector
v0.7
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
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
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
- @amyshwang made their first contribution in #6
Full Changelog: v0.4...v0.5
v0.4
v0.3
Fixes
- Security problem where Kafka Connect would log QuestDB authentication token. See: f131e1f
Misc
- A new integration test with Avro and Confluent Schema registry.
Full Changelog: v0.2...v0.3
v0.2
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.