unknowntpo commented on PR #22588:
URL: https://github.com/apache/kafka/pull/22588#issuecomment-4944689226

   `SamplePartiallyValidatingConnector` needs to be added to the 
`SourceConnector` ServiceLoader manifest, otherwise the Connect integration 
tests fail at cluster startup with `One or more plugins are missing 
ServiceLoader manifests` (~120 failures). Please add this line to 
`connect/runtime/src/test/resources/META-INF/services/org.apache.kafka.connect.source.SourceConnector`:
   
   ```
   org.apache.kafka.connect.runtime.SamplePartiallyValidatingConnector
   ```
   


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