bbaugher / confluent

A Chef cookbook to install the Confluent Platform
MIT License
15 stars 7 forks source link

Connect should clean up jars not referenced in jar_urls #23

Closed bbaugher closed 7 years ago

bbaugher commented 7 years ago

As jars are deployed to connect via node['confluent']['kafka-connect']['jar_urls'] they are written to a confluent shared lib directory. These jars could change (update version or remove) and the JAR would still be in the shared directory. These JARs should be cleaned up so they are removed from connect's classpath