Skip to content

support config to use RequeueWithoutBackoff #374

Open
@penghuazhou

Description

@penghuazhou

If the consumer occasionally times out when calling an external interface, the timeout request needs to be retried, and so consumer returns err. In this scenario, a backoff will be triggered, causing consumers to pause their consumption for several seconds. But it is more reasonable not to pause consumption in this scenario.

message.Requeue(-1)

Image

modify like this

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions