cmccabe opened a new pull request #11416:
URL: https://github.com/apache/kafka/pull/11416


   For CreateTopics, fix a bug where if one createTopics in a batch failed, 
they would all fail with
   the same error code.  Make the error message for TOPIC_ALREADY_EXISTS 
consistent with the ZK-based
   code by including the topic name.
   
   For IncrementalAlterConfigs, before we allow topic configurations to be set, 
we should check that
   they are valid. (This also applies to newly created topics.) 
IncrementalAlterConfigs should ignore
   non-null payloads for DELETE operations. Previously we would return an error 
in these cases.
   However, this is not compatible with the old ZK-based code, which ignores 
the payload in these
   cases.


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to