Fork me on GitHub
#graalvm
<
2019-12-31
>
gklijs20:12:22

@jarvinenemil actually busy with Micronaut and Kafka myself now, but first trying to make it work on the JVM. Last time I tried make a native image with Kafka it was a known bug preventing it working, but that was about a year ago. It's to bad Micronaut works a lot with annotations, but maybe part of it might be useful from Clojure.

dangercoder11:01:14

I re-wrote some parts of the kafka library and got it working @U26FJ5FDM

gklijs11:01:51

Nice, maybe there is room for native-friendly Java client in the core library? Currently finishing up the Micronaut code. But works be nice if I could compare native Clojure with native Micronaut.

sogaiu21:12:03

not sure i follow the remark about annotations - iiuc, they (some?) are possible to do via interop.

littleli23:12:15

They are, but to be honest it makes no sense to use annotation driven development from Clojure

sogaiu00:01:49

ah, would you mind elaborating a bit?

mruzekw21:12:57

Does GraalVM with JS reduce runtime like for Java?