Skip to content

Conversation

@zhangshenghang
Copy link
Member

@zhangshenghang zhangshenghang commented Mar 21, 2025

Purpose of this pull request

ElasticSearch service address configuration supports the following two formats:

  1. Single node mode: a single string, such as "127.0.0.1:9200"
  2. Cluster mode: JSON array string, such as ["127.0.0.1:9200", "127.0.0.2:9200"]
image image

Check list

@zhangshenghang zhangshenghang requested a review from Hisoka-X April 10, 2025 12:17
Copy link
Member

@Hisoka-X Hisoka-X left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’m not sure if this special handling is necessary, because there are still a lot of array parameters, do we have to adapt to all of them?

@zhangshenghang
Copy link
Member Author

I’m not sure if this special handling is necessary, because there are still a lot of array parameters, do we have to adapt to all of them?

@Hisoka-X I think this modification will make it very convenient for users to use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants