Giter VIP home page Giter VIP logo

elasticsearch-nio-client's People

Contributors

0xtim avatar dependabot[bot] avatar leonidas-o avatar niklhut avatar rcarver avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

elasticsearch-nio-client's Issues

Swift concurrency support

Are there plans to support Swift concurrency? At the very least, it could be nice to have async await wrappers around the API.

Allow full URLs to be created

Currently you must pass the scheme, hostname, port etc all separately. It would be useful to allow the full URL to be passed in (since this is what you get from Heroku add ons etc)

'Identifiable' is only available in iOS 13 or newer error

Hi, I tired to compile my Xcode project, but I shows ''Identifiable' is only available in iOS 13 or newer' error.
iOS Deployment Target on Target and Project page both set to 14.0.

I am pretty new to this. Sorry if this kind of question is not supposed to be posted here.
Appreciate your help.

how to work with http_ca.crt generated by elasticsearch?

what is the correct way to make sample code below work? the http_ca.crt is generated by elasticsearch when it start.

var tlsConfiguration = TLSConfiguration.makeClientConfiguration()
tlsConfiguration.trustRoots = .file("/elastic_root/config/certs/http_ca.crt")
let httpClient = HTTPClient(eventLoopGroupProvider: .createNew, configuration: .init(tlsConfiguration: tlsConfiguration))

ElasticsearchClient(httpClient: httpClient,
eventLoop: httpClient.eventLoopGroup.next(),
logger: logger,
//scheme: "https",
host: "https://localhost",
port: 9200,
username: "elastic",
password: "xxx")

Splitting lib requirements

If you're interested in not requiring Soto and don't want to pull it in, open an issue and I can look at splitting it out.

For now our project running in GKE/Yandex.Cloud and Bare Metal installations. AWS is non main cloud provider for us. Also for many people too I think.

If it possible that would be cool.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.