RockteMQ-AI commented on issue #185:
URL: 
https://github.com/apache/rocketmq-connect/issues/185#issuecomment-5608745540

   **Issue Evaluation**
   
   Category: `enhancement` | Status: **Stale — Needs Champion**
   
   This issue proposes exactly-once semantics for WorkerSourceTask message 
sending in RocketMQ Connect. Opened July 2022, no activity since.
   
   **Assessment:**
   - Exactly-once delivery is a valuable guarantee for streaming connectors
   - This would require transactional producer support in the source task 
pipeline
   - The current Connect framework uses at-least-once semantics for source tasks
   - Implementing this requires careful design around offset management and 
producer transactions
   
   **Recommendation:** If still relevant, please provide:
   1. Specific use cases where exactly-once is required over at-least-once
   2. Proposed approach (transactional producer, idempotent keys, etc.)
   3. Impact on existing connector plugins
   
   If no activity occurs, this issue may be closed as stale.
   
   ---
   *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]

Reply via email to