Skip to content

Ack/Nack use closed consumer #850

@billowqiu

Description

@billowqiu

Expected behavior

1:use Client to Subscribe a topic create an consumer-1
2:Receive message use consumer-1
3:then in some case consumer-1 is Closed.
4:use the same Client to create another consumer-2 to Ack/Nack the message

expect consumer-2 to Ack/Nack the message

Actual behavior

the Ack/Nack will use consumer-1 which is Closed before.

image

image

Tell us what happens instead

Steps to reproduce

1:use Client to Subscribe a topic create an consumer-1
2:Receive message use consumer-1
3:then in some case consumer-1 is Closed.
4:use the same Client to create another consumer-2 to Ack/Nack the message

System configuration

Pulsar version: x.y

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions