Skip to content

ReactiveIndicesTemplate: Refresh not called on bound indices #2441

Closed
@ls-urs-keller

Description

@ls-urs-keller

Shouldn't this be

	@Override
	public Mono<Void> refresh() {
		RefreshRequest refreshRequest = requestConverter.indicesRefreshRequest(getIndexCoordinates());
		return Mono.from(execute(reactiveOpenSearchIndicesClient -> reactiveOpenSearchIndicesClient.refresh(
				refreshRequest))).then();
	}

I can PR just would like to have a confirmation that this is a bug.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions