-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependancy issue with pulsar4s and pulsar-functions-local-runner-original/pulsar-client-admin-original #371
Comments
fyi if i remove pulsar4s it runs fine |
Does this fail for every pulsar java client version? Which version are you on? |
Running the latest 2.8.0 with pulsar 2.9.0, i even tried pulsar 2.8.1 and same issues |
Out of curiosity: did you try pulsar4s 2.8.0? |
yes i did and it still doesnt work unfortunately, |
I have had a similar dependency issue with pulsar before, which is why we add the |
That is weird, because pulsar4s 2.8.0 depends on pulsar-client 2.9.0. 🤔 |
It is indeed. I believe client has dependency issues which is why use client-common instead. It gives problems with pulsar functions .
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Julien Durillon ***@***.***>
Sent: Thursday, December 9, 2021 5:49:47 PM
To: CleverCloud/pulsar4s ***@***.***>
Cc: Haaroon Y ***@***.***>; Author ***@***.***>
Subject: Re: [CleverCloud/pulsar4s] Dependancy issue with pulsar4s and pulsar-functions-local-runner-original/pulsar-client-admin-original (Issue #371)
That is weird, because pulsar4s 2.8.0 depends on pulsar-client 2.9.0. 🤔
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#371 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABWNAOT42RYEJI3JUAHP6ITUQDT3XANCNFSM5JWXUDKQ>.
|
I may investigate this in future versions. If possible, drop the |
Would you agree to run some tests in local by cloning this repo, mangling the deps to your liking, see if your project works with it and see if the tests still pass? 🙏 |
Oh, the much dreaded netty error. Some coworkers got it but we could not find out why. :( |
we have the netty but it seems to work all fine |
Having issues whereby my Local File Reader runner fails to run because of a dependency clash between pulsar4s and the pulsar java libraries.
The code is attempting to load a connector via the soureConfig object
Below is the build.sbt file,
Below is the error log
code example
The text was updated successfully, but these errors were encountered: