Skip to content

Instantly share code, notes, and snippets.

@dpick
Created October 26, 2014 16:55
Show Gist options
  • Save dpick/2cc1d5211adddc2a13c2 to your computer and use it in GitHub Desktop.
Save dpick/2cc1d5211adddc2a13c2 to your computer and use it in GitHub Desktop.
(with-resource [c (consumer config)]
shutdown
(doseq [message (messages c "topic")]
(process-message message)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment