Skip to content

[poll] Commit consume offset with specified MessageQueue #3804

@ni-ze

Description

@ni-ze

FEATURE REQUEST

  1. Please describe the feature you are requesting.

Commit consume offset with specified MessageQueue

  1. Provide any additional detail on your proposed use case for this feature.

when we use DefaultLitePullConsumer, we commit consume offset to broker, but there is only one commit api : commitSync, it will commit all MessageQueue you subscribe/assign. However, in streams scene, we need commit offset of specified MQ.

add commit api like:

commitSync(Map<MessageQueue, consumeOffset>)
  1. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

must-have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions