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

   Motivation
   
   As part of KIP-1238: Multi-partition support in TopologyTestDriver, the 
TopologyTestDriverBuilder was introduced and the existing TopologyTestDriver 
constructors were deprecated.
   
   This PR migrates the test suite to use the new builder API instead of the 
deprecated constructors, ensuring that the tests remain aligned with the new 
public API and preparing for the eventual removal of the deprecated 
constructors.
   
   Changes
   Replace usages of deprecated TopologyTestDriver constructors with 
TopologyTestDriverBuilder.
   Update helper methods and test setup where necessary to construct the test 
driver through the builder.
   No functional changes to the tests; only the construction mechanism has 
changed.
   Compatibility
   
   Fully backward compatible. This PR only updates the test suite to use the 
new API and does not modify the behavior of the tests or the TopologyTestDriver.


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