RockteMQ-AI commented on issue #538: URL: https://github.com/apache/rocketmq-connect/issues/538#issuecomment-5191003856
**Issue Evaluation** Category: `question` The `BrokerBasedLog` in `StateManagementService` is likely used for persistent state storage (e.g., storing connector offsets, task configurations, or cluster metadata). It provides a durable log backed by RocketMQ broker for fault-tolerant state management. For detailed design rationale, refer to the Kafka Connect architecture (which RocketMQ Connect is based on), where similar mechanisms use internal topics for state storage. --- *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]
