Re: [PR] fix: replace an inefficient loop in kafka internals [kafka]

2025-04-25 Thread via GitHub
github-actions[bot] closed pull request #13162: fix: replace an inefficient loop in kafka internals URL: https://github.com/apache/kafka/pull/13162 -- 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 th

Re: [PR] fix: replace an inefficient loop in kafka internals [kafka]

2025-04-25 Thread via GitHub
github-actions[bot] commented on PR #13162: URL: https://github.com/apache/kafka/pull/13162#issuecomment-2831805098 This PR has been closed since it has not had any activity in 120 days. If you feel like this was a mistake, or you would like to continue working on it, please feel free to

Re: [PR] fix: replace an inefficient loop in kafka internals [kafka]

2025-03-26 Thread via GitHub
github-actions[bot] commented on PR #13162: URL: https://github.com/apache/kafka/pull/13162#issuecomment-2756520619 This PR is being marked as stale since it has not had any activity in 90 days. If you would like to keep this PR alive, please leave a comment asking for a review. If the P

Re: [PR] fix: replace an inefficient loop in kafka internals [kafka]

2023-10-28 Thread via GitHub
ijuma commented on code in PR #13162: URL: https://github.com/apache/kafka/pull/13162#discussion_r1375307580 ## clients/src/main/java/org/apache/kafka/common/utils/Utils.java: ## @@ -1225,13 +1226,11 @@ public static long tryWriteTo(TransferableChannel destChannel, * @par