Skip to content

Instantly share code, notes, and snippets.

@colliderwriter
Created March 19, 2016 20:30
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 colliderwriter/f6e70b73d45268a0c1eb to your computer and use it in GitHub Desktop.
Save colliderwriter/f6e70b73d45268a0c1eb to your computer and use it in GitHub Desktop.
(defn dev-system
[]
(component/system-map
:out (kp/new-kafka-producer (select-keys env (kp/options)))
:in (kc/new-kafka-consumer (select-keys env (kc/options)))
:server (component/using
(ss/new-standardized-server (select-keys env ss/options))
{:output :out}))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment