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.methodto provide greater control over how data is written toOpenSearchindexes.
The default value isinsert, which replaces an existing record with the same document id. Alternatively, you can use
upsertto 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.strategystrategy config to provide multiple Document ID generation option
Committers:
@deepdatta
v2.0.3
- Fixed the
NullPointerExceptiondisplayed for theconnection.urlconfig property. As a result of theconnection.urldefinition not being set to use the default values, the connector configuration validation failed with aNullPointerException.
v1.1.2
- Fixed the
NullPointerExceptiondisplayed for theconnection.urlconfig property. As a result of theconnection.urldefinition not being set to use the default values, the connector configuration validation failed with aNullPointerException.