Mickael Maison created KAFKA-14413: -------------------------------------- Summary: Separate MirrorMaker configurations for each connector Key: KAFKA-14413 URL: https://issues.apache.org/jira/browse/KAFKA-14413 Project: Kafka Issue Type: Bug Components: mirrormaker Reporter: Mickael Maison Assignee: Mickael Maison
Currently all the MirrorMaker configurations are put together in the MirrorConnectorConfig. When using the /connector-plugins/<NAME>/config, it returns the configurations of all MirrorMaker connectors. This also makes it hard to generate documentation for the connectors as it's not possible to link configurations to specific connectors. We should split the configuration into different classes to address this issue. -- This message was sent by Atlassian Jira (v8.20.10#820010)