aiven-anton commented on PR #22751: URL: https://github.com/apache/kafka/pull/22751#issuecomment-4891116733
@mimaison Does that apply even if the CLI remains fully backwards compatible with how it works prior? Reading the linked doc, I get the impression the intention is mainly to care about not breaking any existing usages. > Public apis are next as they cause people to rebuild code and lead to compatibility issues in large multi-dependency projects (which end up requiring multiple incompatible versions). Configuration, monitoring, and command line tools can be faster and looser — changes here will break monitoring dashboards and require a bit of care during upgrades but aren't a huge burden. The new flag introduced is optional, and when omitted the tool works exactly as before, so the change cannot affect any existing usages. -- 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]
