jnioche opened a new issue, #1382:
URL: https://github.com/apache/incubator-stormcrawler/issues/1382

   Addresses for connecting to an OpenSearch cluster can be set as a list
   
   ```
     opensearch.addresses: 
       - "http://opensearch-node1:9200";
       - "http://opensearch-node2:9200";
   ```
   
   or a single String
   
   `opensearch.addresses: "http://opensearch-node1:9200"`
   
   There are situations where we need to pass the values via environment 
variables or file substitution in which case being able to specify multiple 
values in a single string would help
   
   `opensearch.addresses: 
"http://opensearch-node1:9200;http://opensearch-node2:9200"`


-- 
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: dev-unsubscr...@stormcrawler.apache.org.apache.org

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

Reply via email to