This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-12-30
Channels
- # adventofcode (7)
- # announcements (9)
- # babashka (20)
- # beginners (182)
- # calva (9)
- # cider (20)
- # circleci (3)
- # clj-kondo (1)
- # clojure (269)
- # clojure-europe (2)
- # clojure-india (1)
- # clojure-italy (6)
- # clojure-nl (5)
- # clojure-uk (50)
- # clojurescript (56)
- # code-reviews (3)
- # core-async (174)
- # datomic (4)
- # duct (1)
- # emacs (3)
- # events (1)
- # fulcro (31)
- # graalvm (10)
- # graphql (8)
- # jobs (1)
- # joker (11)
- # juxt (7)
- # luminus (2)
- # malli (4)
- # off-topic (2)
- # overtone (1)
- # pathom (2)
- # re-frame (24)
- # shadow-cljs (42)
- # sql (1)
- # tools-deps (10)
does spec work with graalvm or is it some graalvm limitation? im using https://github.com/taylorwood/clj.native-image
(i tried with clj 1.10.1)
@jarvinenemil this may be related: https://github.com/lread/clj-graal-docs/blob/master/CLJ-1472/README.md
ill try that, thanks 🙂
It works well for me now (generating data with spec) using graalvm native-image. I'll have a look at his talks @borkdude, thanks for sharing!
Anyone tried kafka producer with native-image? this is what micronaut does to make it work in their framework. Im trying to do the same but since gen-class does not work with static properties I must find a different way: https://github.com/micronaut-projects/micronaut-kafka/blob/master/kafka/src/main/java/io/micronaut/configuration/kafka/graal/KafkaSubstitutions.java
currently the org.apache.kafka.common.record.CompressionType is giving me issues
a lot of MethodHandle in the kafka library