Skip to content

Batch all messages in topic reader, Refactor internal event queue #297

Open
@pnv1

Description

@pnv1

Both async and sync readers transfer messages in batches that are received from server as is. Sometimes it hurts performance in user scenarios where on each received batch user perform a long running operation. More batches leads to more long-running operations.
The idea is to batch all batches received from server into one. Therefore, user will receive all available messages in one batch.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requesthigh-priorityMission critical issues with high priority

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions