Re: [PR] MINOR: Modify SocketServer#sendResponse trace msg [kafka]

2024-04-17 Thread via GitHub
TaiJuWu commented on code in PR #15749: URL: https://github.com/apache/kafka/pull/15749#discussion_r1569739083 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -1082,7 +1082,7 @@ private[kafka] class Processor( // `protected` for test usage

Re: [PR] MINOR: Modify SocketServer#sendResponse trace msg [kafka]

2024-04-17 Thread via GitHub
TaiJuWu closed pull request #15749: MINOR: Modify SocketServer#sendResponse trace msg URL: https://github.com/apache/kafka/pull/15749 -- 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

Re: [PR] MINOR: Modify SocketServer#sendResponse trace msg [kafka]

2024-04-17 Thread via GitHub
splett2 commented on code in PR #15749: URL: https://github.com/apache/kafka/pull/15749#discussion_r1569578496 ## core/src/main/scala/kafka/network/SocketServer.scala: ## @@ -1082,7 +1082,7 @@ private[kafka] class Processor( // `protected` for test usage

[PR] MINOR: Modify SocketServer#sendResponse trace msg [kafka]

2024-04-17 Thread via GitHub
TaiJuWu opened a new pull request, #15749: URL: https://github.com/apache/kafka/pull/15749 As title. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation