C0urante commented on PR #14064: URL: https://github.com/apache/kafka/pull/14064#issuecomment-1664301147
Hmm... seems like we're still failing to detect missing manifests for plugins that implement multiple interfaces. I added a `Converter` manifest for the JSON converter (but not a `HeaderConverter` manifest), then ran the tool: ``` > bin/connect-plugin-path.sh list --plugin-location connect/json/build/libs/ pluginName firstAlias secondAlias pluginVersion pluginType isLoadable hasManifest pluginLocation org.apache.kafka.connect.json.JsonConverter JsonConverter Json undefined converter true true connect/json/build/libs org.apache.kafka.connect.json.JsonConverter JsonConverter N/A undefined header_converter true true connect/json/build/libs Total plugins: 2 Loadable plugins: 2 Compatible plugins: 2 Total locations: 1 Compatible locations: 1 All locations compatible? true ``` I also tried moving the JSON converter JAR to a different directory so that it'd be off of the worker classpath, and received the same result. -- 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]
