bcuff / elasticsearch-net-aws

Add-on to Elasticsearch.Net & NEST for using AWS's elasticsearch service.
Apache License 2.0
72 stars 27 forks source link

Elasticsearch.Net v7 Support #45

Closed williamdenton closed 5 years ago

williamdenton commented 5 years ago

I'm keen to help out with updating to Elasticsearch.Net v7. Its currently in alpha but it has a particularly useful change https://github.com/elastic/elasticsearch-net/commit/32e2b5c02d1bd6f6b85216c095cb013c5ca3014a that allows delegating handlers on the request pipeline.

This means we can add in AWS XRay support to get visibility on ES.

There are numerous breaking changes that will need to be updated in the v7 release.

As this project has been stable for some time on v6, this issue is bit of a shoutout to the existing maintainers to see if they need help.