-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Description to include Elastic 8.0 info #676
base: 5.0.x
Are you sure you want to change the base?
Conversation
06147de
to
12d948e
Compare
12d948e
to
7fdc0f2
Compare
pom.xml
Outdated
@@ -150,7 +150,7 @@ | |||
<title>Kafka Connect Elasticsearch</title> | |||
<documentationUrl>https://docs.confluent.io/${project.version}/connect/connect-elasticsearch/docs/index.html</documentationUrl> | |||
<description> | |||
The Elasticsearch connector allows moving data from Kafka to Elasticsearch 2.x, 5.x, 6.x, and 7.x. It writes data from a topic in Kafka to an index in Elasticsearch and all data for a topic have the same type. | |||
The Elasticsearch connector allows moving data from Kafka to Elasticsearch 2.x, 5.x, 6.x, 7.x, and 8.x. The support for Elasticsearch depends on which version the connector is running. Newer versions of the connector may not support all previous versions of ES. ES 8.x was introduced from version 14.0.0. It writes data from a topic in Kafka to an index in Elasticsearch and all data for a topic have the same type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Elasticsearch connector allows moving data from Kafka to Elasticsearch 2.x, 5.x, 6.x, 7.x, and 8.x. The support for Elasticsearch depends on which version the connector is running. Newer versions of the connector may not support all previous versions of ES. ES 8.x was introduced from version 14.0.0. It writes data from a topic in Kafka to an index in Elasticsearch and all data for a topic have the same type. | |
The Elasticsearch connector moves data from Kafka to Elasticsearch 2.x, 5.x, 6.x, 7.x, and 8.x. Elasticsearch version support depends the connector version. Newer connector versions may not support older versions of Elasticsearch. Elasticsearch 8.x support was introduced with connector version 14.0.0. This connector version writes data from a topic in Kafka to an index in Elasticsearch, and all data for the topic has the same type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sp-gupta some minor suggestions for rewording. Please modify if I've changed your technical intent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tobydrake7 done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sp-gupta you may want to expand on this part add data for a topic have the same type
does this mean that the connector keeps all datatypes from the topic consistent when it moves it to Elasticsearch? might be good to add a little more to this or add an extra explanatory sentence about this 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@tobydrake7 Thanks, I have updated it. Please review.
7fdc0f2
to
9051578
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@sp-gupta not sure the status of this one. I approved a while back. |
Problem
Solution
Does this solution apply anywhere else?
If yes, where?
Test Strategy
Testing done:
Release Plan