Skip to content

Instantly share code, notes, and snippets.

@curtkim
Created July 7, 2015 06:35
Show Gist options
  • Save curtkim/b8fc655b3da7a19f046d to your computer and use it in GitHub Desktop.
Save curtkim/b8fc655b3da7a19f046d to your computer and use it in GitHub Desktop.
kafka
High level consumer : I just want to use Kafka as extermely fast persistent FIFO buffer and not worry much about details.
Low level consumer : I want to have a custom partition data consuming logic, e.g. start reading data from newly created topics without a need of consumer reconnection to brokers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment