Skip to content

Changing blockIfQueueFull default to false #422

@jai1

Description

@jai1

Users expect the sendAsync call to be non blocking even when broker is in a bad shape (Restart or GC pause etc) but since blockIfQueueFull is true by default the sendAsync call block which ends up blocking their entire application.

We are planning to change the default blockIfQueueFull to false in our internal wrapper - let me know what you think about this and if you want me to do the same in Pulsar (open source).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions