Closed
Description
Hello, I'm currently trying to use the pubsub library in a clojure project, but keep running into a problem.
At run-time, my project throws this exception when I try and instantiate my PubSub object:
AbstractMethodError io.netty.util.concurrent.MultithreadEventExecutorGroup.newChild(Ljava/util/concurrent/Executor;
[Ljava/lang/Object;)Lio/netty/util/concurrent/EventExecutor;
io.netty.util.concurrent.MultithreadEventExecutorGroup.<init> (MultithreadEventExecutorGroup.java:84)
This is how I've tried setting up the object:
pubsubClient (-> (PubSubOptions/defaultInstance) (.service))
I've also tried this method:
pubsubClient (-> (PubSubOptions/builder) (.build) (.service))
Using logs, I've been able to pinpoint the exception to this line, but I can't figure out why it's happening. This library works just fine in Scala, any one know what I'm missing here?
Metadata
Metadata
Assignees
Labels
No labels