zhangshenghang opened a new pull request, #280:
URL: https://github.com/apache/seatunnel-web/pull/280

   ## 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"]
   
   
   ## Check list
   
   * [ ] Code changed are covered with tests, or it does not need tests for 
reason:
   * [ ] If any new Jar binary package adding in your PR, please add License 
Notice according
     [New License 
Guide](https://github.com/apache/seatunnel/blob/dev/docs/en/contribution/new-license.md)
   * [ ] If necessary, please update the documentation to describe the new 
feature. https://github.com/apache/seatunnel/tree/dev/docs
   


-- 
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: commits-unsubscr...@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to