Skip to content

Provide a way to expose negativeAckRedeliveryBackoff on PulsarListener #78

@sobychacko

Description

@sobychacko

The value for negativeAckRedeliveryBackoff on the consumer is an implementation of RedeliveryBackoff. PulsarListener annotation should provide a way for users to express the backoff as a Spring bean.

This is a blueprint for such a bean.

@Bean
public RedeliveryBackoff redeliveryBackoff() {
...
}

@PulsarListener(negativeAckRedeliveryBackoffBeanName = "redeliveryBackoff", ...) {

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions