Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[rocketmq-connect] Autocreate subscription group #821

Closed
Git-Yang opened this issue Sep 29, 2021 · 0 comments
Closed

[rocketmq-connect] Autocreate subscription group #821

Git-Yang opened this issue Sep 29, 2021 · 0 comments

Comments

@Git-Yang
Copy link
Member

Git-Yang commented Sep 29, 2021

  1. Please describe the issue you observed:
  • You need to create a subscription group manually, when the cluster disables the function of automatically creating a subscription group.
  • The creation of subscription groups floods, maintaining too many useless subscription groups.
  • To re-create the subscription group when the service restarts, the full amount of historical data needs to be loaded.
  1. What did you do (The steps to reproduce)?
  • Subscription group is automatically created, when the cluster turns off the function of automatically creating a subscription group.
  • DefaultMQAdmin uses the default subscription group and generates a unique InstanceName in order to avoid client conflicts.
  • DefaultMQPullConsumer is the same as DefaultMQAdmin.
  • The DefaultMQPushConsumer subscription group rule is the default prefix + unique workId.
duhenglucky pushed a commit that referenced this issue Nov 1, 2021
* [connect] Support auto create subGroup

Signed-off-by: zhangyang21 <[email protected]>

* [connect] Use a unique instance name

Signed-off-by: zhangyang21 <[email protected]>
duhenglucky added a commit that referenced this issue Dec 5, 2021
* 'master' of github.com:apache/rocketmq-externals:
  [ISSUE #821] Support auto create subGroup (#828)
  [rocketmq-replicator] Support subGroup whitelist (#843)
  [rocketmq-replicator] Fix topic build route logic (#834)
  [rocketmq-replicator] Bug fix: Missing subscription group when syncing offset (#837)
  [ISSUE #824] Add WorkerDirectTask (#825)
  [rocketmq-replicator] Support ACL (#832)
  [rocketmq-connect] support acl
  [ISSUE #822] Update .travis.yml (#823)
  [rocketmq-connect] fix checkstyle (#818)
  Update README.md
  Remove it
odbozhou pushed a commit that referenced this issue Mar 1, 2022
* [connect] Support auto create subGroup

Signed-off-by: zhangyang21 <[email protected]>

* [connect] Use a unique instance name

Signed-off-by: zhangyang21 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants