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

[GitHub] [inlong] liangyepianzhou opened a new pull request, #5860: [INLONG-5859][TubeMq]Optimize redundant code in DefaultOffsetManager

liangyepianzhou opened a new pull request, #5860:
URL: https://github.com/apache/inlong/pull/5860

   ### Prepare a Pull Request
   - Fixes https://github.com/apache/inlong/issues/5859
   
   ### Motivation
   The code duplication rate for method getAndResetTmpOffset and method setTmpOffset is as high as 90%.
   In fact, method getAndResetTmpOffset can reuse method setTmpOffset.
   
   ### Modifications
   The code duplication rate for method getAndResetTmpOffset and method setTmpOffset is as high as 90%.
   In fact, method getAndResetTmpOffset can reuse method setTmpOffset.
   
   
   


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

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


[GitHub] [inlong] dockerzhang merged pull request #5860: [INLONG-5859][TubeMQ] Remove the redundant codes in DefaultOffsetManager

Posted by GitBox <gi...@apache.org>.
dockerzhang merged PR #5860:
URL: https://github.com/apache/inlong/pull/5860


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

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