Pulser Client Problem #24013
Unanswered
ShrikaKamajdarATS
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use the
var client = await PulsarClient.Builder()
.ServiceUrl(new Uri("pulsar://localhost:6650")).Build();
But I am encountering an error: error CS0117: 'PulsarClient' does not contain a definition for 'Builder'. I already have the package installed but I am still encountering the problem.
Beta Was this translation helpful? Give feedback.
All reactions