RockteMQ-AI commented on issue #821:
URL:
https://github.com/apache/rocketmq-externals/issues/821#issuecomment-5381061673
**Issue Evaluation**
Category: `enhancement` | Status: **Evaluated**
**Feasibility:** Feasible
**Scope:** rocketmq-connect runtime
This is a valid enhancement request for the rocketmq-connect runtime. When
`autoCreateSubscriptionGroup` is disabled on the broker, users must manually
create subscription groups — which is operationally burdensome. The proposal to
have the connect runtime auto-create subscription groups (with proper naming
and cleanup) is reasonable.
**Key considerations:**
- Subscription group naming should follow a predictable convention (e.g.,
`connect-{connectorName}-{taskId}`)
- Cleanup logic is needed to avoid subscription group proliferation
- Idempotent creation to handle restarts without loading full historical data
**Note:** Filed September 2021. Please verify if this has been addressed in
recent rocketmq-connect releases.
---
*Automated evaluation by RockteMQ-AI*
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]