Skip to content

Instantly share code, notes, and snippets.

@halgari
Created February 19, 2016 16:13
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 halgari/6f6e3553a33ca0b6f266 to your computer and use it in GitHub Desktop.
Save halgari/6f6e3553a33ca0b6f266 to your computer and use it in GitHub Desktop.
(flow :error-handler ex
(->> (dbc/subscribe broker topic expr)
(map (partial transform alert-id transform))
(throttled 400)
(on-each #(println "Writing Batch"))
(dbc/put broker)
(on-completed #(println "Shutting down"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment