Releases: Azure/kafka-sink-azure-kusto
Releases · Azure/kafka-sink-azure-kusto
v1.0.1
** Bug fix **
Correct committed offset value to be (+ 1) so as not to ingest last record twice
v1.0.0
New Features
- Support for dlq
- Support json and avro schema registry
- Support json and avro converters
v0.3.4
Bug fix
In certain kafka pipelines - the connector files were deleted before ingestion.
v0.3.3
** Bug Fix **
Client was closed when kafka task was called close() certain partitions. Now closing only on stop. Issue resulted in no refresh of the ingestion resources and caused failure on ingest when trying to add message to the azure queue.
v0.3.2
** Bugs fixes **
- Connector didn't work well with the New java version
- Fixed usage of compressed files and binary types
v0.3.0
** New feature **
Support orc avro and parquet via 1 file per message. kusto java sdk version
v0.2.0
** New Feature **
flush interval - stop aggregation by timer