JNOSQL / jnosql.github.io

The JNoSQL is a framework whose has the goal to help Java developers to create Java EE applications with NoSQL, whereby they can make scalable application beyond enjoy the polyglot persistence.
http://jnosql.org/
MIT License
19 stars 10 forks source link

Elasticsearch client SSLContext support #77

Open jeff347 opened 2 weeks ago

jeff347 commented 2 weeks ago

Hi,

I was wondering if it would be possible to implement SSL support for the Elastsearch client to be specifically in the ElasticsearchDocumentConfiguration class. Not sure if im here at the right place but the database implementations are specified in the 'jnosql-databases' project.

Thank you.