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

   Before:
   ```
   > ./bin/kafka-topics.sh --create --topic my-topic --bootstrap-server 
localhost:9092 --config message.format.version=0.10.2-IV0
   WARNING: The configuration 
${TopicConfig.MESSAGE_FORMAT_VERSION_CONFIG}=${props.getProperty(TopicConfig.MESSAGE_FORMAT_VERSION_CONFIG)}
 is specified. This configuration will be ignored if the version is newer than 
the inter.broker.protocol.version specified in the broker or if the 
inter.broker.protocol.version is 3.0 or newer. This configuration is deprecated 
and it will be removed in Apache Kafka 4.0.
   Created topic my-topic.
   ```
   
   After:
   ```
   > ./bin/kafka-topics.sh --create --topic my-topic --bootstrap-server 
localhost:9092 --config message.format.version=0.10.2-IV0
   WARNING: The configuration message.format.version=0.10.2-IV0 is specified. 
This configuration will be ignored if the version is newer than the 
inter.broker.protocol.version specified in the broker or if the 
inter.broker.protocol.version is 3.0 or newer. This configuration is deprecated 
and it will be removed in Apache Kafka 4.0.
   Created topic my-topic.
   ```
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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