Skip to content

Instantly share code, notes, and snippets.

@cpard
Created March 22, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cpard/02aa1b47cba2809792b4 to your computer and use it in GitHub Desktop.
Save cpard/02aa1b47cba2809792b4 to your computer and use it in GitHub Desktop.
Kafka Connect Connector interface
public String version()
public void start(Map<String, String> map)
public Class<? extends Task> taskClass()
public List<Map<String, String>> taskConfigs(int i)
public void stop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment