Skip to content

ReactiveElasticsearchClient should use the same request parameters as non-reactive code #1658

Closed
@sothawo

Description

@sothawo

Currently the ReactiveElasticsearchClient uses old request classes for these operations:

  • create index
  • get index
  • put mapping
  • get mapping

We should add variants that accept the same request classes as Elasticsearch's RestHighlevelClient and deprecate the existing ones for later removal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions