Hi, I've just spent a little time looking over the existing Elasticsearch processors and digging through the jira for a little history around what happened so far, and I have a few points that I am unclear on. Maybe someone can clarify this for me?
Are there any plans to change the PutElasticsearch processor to use the official High-(or Low-) Level Rest client instead of building the Rest requests "manually"? Is there a versioning strategy going forward? I think we can probably expect Elasticsearch breaking compatibility every now and then, especially with major versions. Will there be a new PutElasticsearch7 processor for the next major version in case that happens? Would it be an alternative to handle this internally, query the version we are running against and then have different versions of the library shaded / build different requests as necessary? Not proposing anything here, just trying to get up to speed :) Best regards, Sönke