chia7712 commented on code in PR #13308:
URL: https://github.com/apache/kafka/pull/13308#discussion_r1117987586
##########
core/src/main/scala/kafka/server/KafkaConfig.scala:
##########
@@ -888,7 +888,7 @@ object KafkaConfig {
val ReplicaLagTimeMaxMsDoc = "If a follower hasn't sent any fetch requests
or hasn't consumed up to the leaders log end offset for at least this time," +
" the leader will remove the follower from isr"
val ReplicaSocketTimeoutMsDoc = "The socket timeout for network requests.
Its value should be at least replica.fetch.wait.max.ms"
- val ReplicaSocketReceiveBufferBytesDoc = "The socket receive buffer for
network requests"
+ val ReplicaSocketReceiveBufferBytesDoc = "The socket receive buffer for
network requests to the leader for replicating data"
Review Comment:
I copy the description from our 0.8.2 doc
(https://svn.apache.org/repos/asf/kafka/site/082/configuration.html#topic-config)
--
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]