Fork me on GitHub
#xtdb
<
2019-05-19
>
denik21:05:37

I haven't been able to get neither example/imdb nor example/standalone_webservice to run from https://github.com/juxt/crux

refset07:05:24

Hi, I haven't tested it yet, but it looks like this line shouldn't be trying to use start-cluster-node. A ClusterNode system requires Kafka to be running somewhere. Have you already tried start-standalone-system there instead?

denik14:05:42

ah! that's probably the issue. I'll try that.

denik14:05:55

probably an oversight on my end.

denik14:05:03

I think it would be great to have some lightweight REPL ready examples in the repo, meaning no functionality besides starting crux

denik14:05:05

indeed. fixed and pushed!

👍 4
refset20:05:04

Fantastic 🙂 and in regards "lightweight REPL ready examples in the repo" - yes that sounds very worthwhile. It's all very much a work in process but I will open up an issue now to make sure we get to it soon. Thanks for giving Crux a spin!

denik13:05:44

feel free to copy in my repo. It's missing a proper readme but is otherwise all that's needed to get started at the repl in mem

👍 4
denik21:05:26

first error

#object[clojure.core$future_call$reify__8454
        0x304e6784
        {:status :failed,
         :val #error{:cause "org.apache.kafka.common.serialization.Deserializer",
                     :via [{:type java.util.concurrent.ExecutionException,
                            :message "Syntax error compiling at (crux/kafka.clj:1:1).",
                            :at [java.util.concurrent.FutureTask
                                 report
                                 "FutureTask.java"
                                 122]}
                           {:type clojure.lang.Compiler$CompilerException,
                            :message "Syntax error compiling at (crux/kafka.clj:1:1).",
                            :data #:clojure.error{:phase :compile-syntax-check,
...