mfvitale opened a new pull request, #21330: URL: https://github.com/apache/kafka/pull/21330
This improvement, related to [KIP-1272](https://cwiki.apache.org/confluence/display/KAFKA/KIP-1272%3A+Improve+Connect+configurable+components+discoverability), introduces a common `ConfigSpecifier` interface for Kafka Connect components that expose configuration metadata. By unifying the existing `config()` method across connectors, converters, transformations, and predicates under a single contract, it simplifies component discovery, reduces code duplication, and enables uniform tooling for configuration introspection, validation, documentation, and UI generation. The change is fully backward compatible and requires no modifications to existing component implementations. -- 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]
