Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-04-22 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2821537280 Hi @RongtongJin, I wanted to check if you had any thoughts on my response. Please let me know if any clarifications or further details are needed. Thanks for your time! -- This

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-27 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2759162478 Hi Rongtong, I wanted to check if you had any thoughts on my response. Please let me know if any clarifications or further details are needed. Thanks for your time! -- This is an

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-24 Thread via GitHub
DivyanshIITB commented on code in PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#discussion_r2006186195 ## client/src/main/java/org/apache/rocketmq/client/impl/producer/TopicPublishInfo.java: ## @@ -120,12 +120,27 @@ public MessageQueue selectOneMessageQueue(final S

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-22 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2745206450 Hi @RongtongJin, I hope you're doing well! I wanted to check if you had a chance to review this PR. Please let me know if there are any changes or improvements needed—I’d be

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-22 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2745194925 Gentle reminder @RongtongJin -- 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

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-21 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2744949363 @RongtongJin I have resolved and replied to your review. Let me know if any further changes are required ! -- This is an automated message from the Apache Git Service. To r

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-21 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2742785857 Just a gentle reminder @RongtongJin -- 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

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-19 Thread via GitHub
RongtongJin commented on code in PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#discussion_r2004635576 ## client/src/main/java/org/apache/rocketmq/client/impl/producer/TopicPublishInfo.java: ## @@ -120,12 +120,27 @@ public MessageQueue selectOneMessageQueue(final St

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-19 Thread via GitHub
DivyanshIITB commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2737672041 Just a gentle reminder @RongtongJin -- 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

Re: [PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-17 Thread via GitHub
codecov-commenter commented on PR #9257: URL: https://github.com/apache/rocketmq/pull/9257#issuecomment-2730966677 ## [Codecov](https://app.codecov.io/gh/apache/rocketmq/pull/9257?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comment

[PR] Refactored duplicate code in TopicPublishInfo [rocketmq]

2025-03-17 Thread via GitHub
DivyanshIITB opened a new pull request, #9257: URL: https://github.com/apache/rocketmq/pull/9257 Refactored TopicPublishInfo to remove duplicate code - Extracted common logic into a private method `getMessageQueue`. - Updated `selectOneMessageQueue` to use the new method. - Added