Skip to content

Make BulkProcessor.add asynchronously execute bulk request if needed #50440

@dakrone

Description

@dakrone

Currently when invoking the .add method on BulkProcessor, there is a chance that the .add also executes the request. This execution should be done asynchronously so that the add method can be blocking in terms of adding to the queue, but non-blocking for actual execution.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions