volentixlabsinc / vdex-clojure

1 stars 1 forks source link

Running (go) on matching engine never returns command prompt #56

Open shawnlauzon opened 6 years ago

shawnlauzon commented 6 years ago

Issue #25 is fixed, but with the new code it now hangs:

screen shot 2018-04-14 at 1 27 39 pm
shawnlauzon commented 6 years ago

If I comment out these lines:

; :matching-engine.handler/kafka-pipe ; {:logger #ig/ref :duct/logger ; :kafka-host #duct/env ["KAFKA_HOST" Str :or "localhost:9092"]}

Then the service starts. This seems to imply that there is some other setup which needs to be done first which is not documented.