You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@inlong.apache.org by GitBox <gi...@apache.org> on 2022/09/11 15:07:44 UTC

[GitHub] [inlong] liangyepianzhou opened a new issue, #5859: [Improve][TubeMq] Optimize redundant code in DefaultOffsetManager

liangyepianzhou opened a new issue, #5859:
URL: https://github.com/apache/inlong/issues/5859

   ### Description
   
   The code duplication rate for method `getAndResetTmpOffset` and method `setTmpOffset` is as high as 90%.
   In fact, method `getAndResetTmpOffset` can reuse method `setTmpOffset`.
   
   ### InLong Component
   
   InLong TubeMQ
   
   ### Are you willing to submit PR?
   
   - [X] Yes, I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: dev-unsubscribe@inlong.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [inlong] dockerzhang closed issue #5859: [Improve][TubeMQ] Optimize redundant code in DefaultOffsetManager

Posted by GitBox <gi...@apache.org>.
dockerzhang closed issue #5859: [Improve][TubeMQ] Optimize redundant code in DefaultOffsetManager
URL: https://github.com/apache/inlong/issues/5859


-- 
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: dev-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org