Releases: Aiven-Open/opensearch-connector-for-apache-kafka
Releases · Aiven-Open/opensearch-connector-for-apache-kafka
v3.1.1
v3.1.0
Add Dead-letter queue support for events that failed to be indexed in OpenSearch.
v3.0.0
Improvements:
- Added support for data streams
- Added a new
index.write.method
to provide greater control over how data is written toOpenSearch
indexes.
The default value isinsert
, which replaces an existing record with the same document id. Alternatively, you can use
upsert
to create a new document if one does not exist or update an existing one.
Possible breaking changes:
This version includes breaking changes on the code level, which may impact existing data stream integrations that were created manually.
v2.0.4
Changes:
- Added the
key.ignore.id.strategy
strategy config to provide multiple Document ID generation option
Committers:
@deepdatta
v2.0.3
- Fixed the
NullPointerException
displayed for theconnection.url
config property. As a result of theconnection.url
definition not being set to use the default values, the connector configuration validation failed with aNullPointerException
.
v1.1.2
- Fixed the
NullPointerException
displayed for theconnection.url
config property. As a result of theconnection.url
definition not being set to use the default values, the connector configuration validation failed with aNullPointerException
.