Skip to content

Instantly share code, notes, and snippets.

@cpard
Created March 22, 2016 13:26
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/715a40ba36d7858bdd11 to your computer and use it in GitHub Desktop.
Save cpard/715a40ba36d7858bdd11 to your computer and use it in GitHub Desktop.
Kafka Connecto Source Task Interface
public String version()
public void start(Map<String, String> map)
public List<SourceRecord> poll() throws InterruptedException
public void stop()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment