Skip to content

[PubSub] Exception thrown at run-time, related to Pubsub builder #1318

Closed
@andrewladd

Description

@andrewladd

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions