Skip to content

Commit

Permalink
Removing Elasticsearch 6 references. (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdaro authored Dec 18, 2023
1 parent ccb455b commit 1b038e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
10 changes: 0 additions & 10 deletions docs/modules/integrate/pages/connectors.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ The Jet API supports more connectors than SQL.
|streaming
|at-least-once

|xref:integrate:elasticsearch-connector.adoc[ElasticSources.elastic]
|hazelcast-jet-elasticsearch-6
|batch
|N/A

|xref:integrate:elasticsearch-connector.adoc[ElasticSources.elastic]
|hazelcast-jet-elasticsearch-7
|batch
Expand Down Expand Up @@ -267,11 +262,6 @@ The Jet API supports more connectors than SQL.
|streaming
|at-least-once

|xref:integrate:elasticsearch-connector.adoc[ElasticSinks.elastic]
|hazelcast-jet-elasticsearch-6
|streaming
|at-least-once

|xref:integrate:elasticsearch-connector.adoc[ElasticSinks.elastic]
|hazelcast-jet-elasticsearch-7
|streaming
Expand Down
7 changes: 1 addition & 6 deletions docs/modules/integrate/pages/elasticsearch-connector.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,10 @@ use Elasticsearch as both a source and a sink with the Jet API.

This connector is included in the full distribution of Hazelcast.

To use this connector in the slim distribution, you must have one of the following modules on your members' classpaths:

- `hazelcast-jet-elasticsearch-6`
- `hazelcast-jet-elasticsearch-7`
To use this connector in the slim distribution, you must have the `hazelcast-jet-elasticsearch-7` module on your members' classpaths.

Each module includes an Elasticsearch client that's compatible with the given major version of Elasticsearch. The connector API is the same between different versions, apart from a few minor differences where we surface the API of Elasticsearch client. See the link:https://docs.hazelcast.org/docs/{full-version}/javadoc/com/hazelcast/jet/elastic/ElasticSources.html[Javadoc] for any such differences.

CAUTION: Elastic discontinued support for Elasticsearch 6 in 2022. As a result, Hazelcast will also end support for this version in the upcoming release (5.4), when the version 6 module and documentation will be removed.

== Permissions
[.enterprise]*Enterprise*

Expand Down

0 comments on commit 1b038e7

Please sign in to comment.