Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KAFKA-3606: Traverse CLASSPATH during herder start #1252

Closed
wants to merge 3 commits into from

Conversation

Ishiihara
Copy link
Contributor

@ewencp Can you take a quick look?

@Ishiihara Ishiihara changed the title Traverse CLASSPATH during herder start KAFKA-3606: Traverse CLASSPATH during herder start Apr 21, 2016
@@ -84,6 +84,9 @@
private Map<String, Connector> tempConnectors = new ConcurrentHashMap<>();
private static final List<Class<? extends Connector>> SKIPPED_CONNECTORS = Arrays.<Class<? extends Connector>>asList(VerifiableSourceConnector.class, VerifiableSinkConnector.class);
private static List<ConnectorPluginInfo> validConnectorPlugins;
private static final Object LOCK = new Object();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there's only one herder instance, maybe we can just make these normal instance fields (and change the method as well)?

@ewencp
Copy link
Contributor

ewencp commented Apr 22, 2016

LGTM, thanks!

@asfgit asfgit closed this in c7f9bd2 Apr 22, 2016
@Ishiihara Ishiihara deleted the pre-list-connectors branch May 9, 2016 23:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants