chia7712 commented on PR #20847: URL: https://github.com/apache/kafka/pull/20847#issuecomment-3606204955
> Rename the config to "group.coordinator.append.max.cached.buffer.size" and "share.coordinator.append.max.cached.buffer.size". The "cached" prefix is good, but the full name is too verbose. I suggest removing "append". Furthermore, since the coordinator usually uses "bytes" to represent size limits, we should align the suffix to reflect that standard :smile: ``` group.coordinator.cached.buffer.max.bytes share.coordinator.cached.buffer.max.bytes ``` > Rename "coordinator-append-buffer-size-bytes" to "batch-buffer-cache-size-bytes". +1 -- 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]
