chia7712 commented on code in PR #22262: URL: https://github.com/apache/kafka/pull/22262#discussion_r3231740344
########## docs/design/protocol.md: ########## @@ -208,7 +208,7 @@ The message consists of the header and body: ## Some Common Philosophical Questions -Some people have asked why we don't use HTTP. There are a number of reasons, the best is that client implementors can make use of some of the more advanced TCP features--the ability to multiplex requests, the ability to simultaneously poll many connections, etc. We have also found HTTP libraries in many languages to be surprisingly shabby. +Some people have asked why we don't use HTTP. There are a number of reasons, the best is that client implementers can make use of some of the more advanced TCP features--the ability to multiplex requests, the ability to simultaneously poll many connections, etc. We have also found HTTP libraries in many languages to be surprisingly shabby. Review Comment: I think `implementors` is acceptable, as it's a standard term for those providing an implementation -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
