popsunlake opened a new pull request, #22825:
URL: https://github.com/apache/kafka/pull/22825

   The broker configuration documentation incorrectly uses the topic-level name 
`max.message.bytes` in its list of dynamically updateable default topic 
settings. This changes it to the corresponding broker configuration name, 
`message.max.bytes`.
   
   The same documentation also lists `advertised.listeners` as dynamically 
updateable, although it is not included in the authoritative dynamic broker 
configuration set and alter requests for it are rejected. This removes it from 
the per-broker dynamic listener configuration list.
   
   No tests or builds were run because this is a documentation-only change. The 
updates were checked against `ServerTopicConfigSynonyms`, the dynamic broker 
configuration definitions, and the existing unit and Admin integration tests.
   


-- 
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]

Reply via email to