ijuma opened a new pull request #11078:
URL: https://github.com/apache/kafka/pull/11078


   Also:
   * Deprecate `log.message.format.version` and `message.format.version`.
   * Log broker warning if the deprecated config values are ignored due to
   the inter-broker protocol version.
   * Log warning if `message.format.version` is set via `ConfigCommand`.
   * Always down-convert if fetch version is v3 or lower.
   * Add tests to verify new message format version based on the
   inter-broker protocol version.
   * Adjust existing tests that create topics with an older message format
   to
   have the inter-broker protocol set to 2.8.
   * Add upgrade note.
   
   Note that the log compaction change to always write new segments with
   record format v2 if the IBP is 3.0 or higher will be done as part of
   KAFKA-13093 (with Kafka 3.1 as the target release version).
   
   (cherry picked from commit a46b82bea9abbd08e550d)
   
   Reviewers: David Jacot <dja...@confluent.io>, David Arthur
   <mum...@gmail.com>, Jason Gustafson <ja...@confluent.io>
   
   ### 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