Greg Harris created KAFKA-14759:
-----------------------------------
Summary: Move test-only connectors from connect-runtime to
test-specific module
Key: KAFKA-14759
URL: https://issues.apache.org/jira/browse/KAFKA-14759
Project: Kafka
Issue Type: Task
Components: KafkaConnect
Reporter: Greg Harris
Assignee: Greg Harris
The following plugins are included in connect-runtime, but are excluded from
the `/connector-plugins` REST endpoint:
1. MockSinkConnector
2. MockSourceConnector
3. SchemaSourceConnector
4. VerifiableSinkConnector
5. VerifiableSourceConnector
These plugins are currently in use in the connect-runtime tests and system
tests.
They are not mentioned in the public documentation, and should not be in
general use by users or downstream projects.
In order to remove the special case in the REST resources to exclude these
plugins, and reduce the attack surface area of a default Connect installation,
these should be moved into a new internal module that is intentionally added
when needed for running tests.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)