gharris1727 commented on PR #14064:
URL: https://github.com/apache/kafka/pull/14064#issuecomment-1668643267
I've also added a new warning to stdout which alerts users when they have
incompatible plugins on the classpath that will not be auto-migrated. Currently
without any manifests in the runtime (they're in a different PR) this is what
it looks like:
```
46 plugins on the classpath are not compatible, and will not be
auto-migrated. Please move these plugins to a plugin path location.
org.apache.kafka.connect.transforms.ReplaceField$Value
org.apache.kafka.connect.converters.FloatConverter
<snipped>
org.apache.kafka.connect.converters.ShortConverter
org.apache.kafka.connect.transforms.predicates.TopicNameMatches
Total plugins: 1
Loadable plugins: 1
Compatible plugins: 1
Total locations: 1
Compatible locations: 1
All locations compatible? true
```
They aren't part of the main table, and they aren't part of the summary.
--
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]