nicoloboschi commented on code in PR #15515: URL: https://github.com/apache/pulsar/pull/15515#discussion_r868362540
########## site2/docs/io-elasticsearch-sink.md: ########## @@ -6,6 +6,14 @@ sidebar_label: Elasticsearch sink connector The Elasticsearch sink connector pulls messages from Pulsar topics and persists the messages to indexes. +## Requirements + +To deploy an ElasticSearch sink connector, the following are required: + +- ElasticSearch 7 (ElasticSearch 8 is not currently supported in Pulsar 2.10) Review Comment: I would remove the note for ES 8 ########## site2/docs/io-elasticsearch-sink.md: ########## @@ -6,6 +6,14 @@ sidebar_label: Elasticsearch sink connector The Elasticsearch sink connector pulls messages from Pulsar topics and persists the messages to indexes. +## Requirements + +To deploy an ElasticSearch sink connector, the following are required: + +- ElasticSearch 7 (ElasticSearch 8 is not currently supported in Pulsar 2.10) Review Comment: We could say that it will be supported in the future ########## site2/docs/io-elasticsearch-sink.md: ########## @@ -6,6 +6,14 @@ sidebar_label: Elasticsearch sink connector The Elasticsearch sink connector pulls messages from Pulsar topics and persists the messages to indexes. +## Requirements + +To deploy an ElasticSearch sink connector, the following are required: + +- ElasticSearch 7 (ElasticSearch 8 is not currently supported in Pulsar 2.10) +- OpenSearch 1.x + +The `compatibilityMode` configuration property specifies compatibility with ElasticSearch and OpenSearch clusters. Review Comment: Unfortunately this feature is not released yet. Actually this is needed to handle ES 8. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
