Skip to content

Consolidate ACK/NACK calls in DefaultPulsarMessageListenerContainer #120

Closed
@onobc

Description

@onobc

There is quite a bit of duplication in DPMLC around ack/nack. We always try to ack and if that fails we nack.

  1. Lets log when the ack fails (INFO/DEBUG/WARN level?) w/ message id for debugging purposes
  2. Lets keep it DRY by consolidating to a comment method that does this ack-then-nack-if-the-ack-fails logic.
    Originally posted by @onobc in Listener container properties for batch receive. #118 (comment)

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