We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/apache/pulsar-client-cpp/blob/27cba3e7d154f97e01911cd5de2cc0d4eaf2ef50/lib/c/c_ClientConfiguration.cc doesn't seem to expose getListenerName and setListenerName from
getListenerName
setListenerName
pulsar-client-cpp/include/pulsar/ClientConfiguration.h
Lines 270 to 280 in 27cba3e
I'm not an expert, but at first glance this doesn't seem like a ton of work. I'd be willing to give it a shot.
The text was updated successfully, but these errors were encountered:
Yes. It should be easy. If you want to try this feature, you can take a look at the previous PRs that add new C APIs. https://github.com/apache/pulsar-client-cpp/commits/main/lib/c
Sorry, something went wrong.
Thanks! Opened a PR: #370
Successfully merging a pull request may close this issue.
https://github.com/apache/pulsar-client-cpp/blob/27cba3e7d154f97e01911cd5de2cc0d4eaf2ef50/lib/c/c_ClientConfiguration.cc doesn't seem to expose
getListenerName
andsetListenerName
frompulsar-client-cpp/include/pulsar/ClientConfiguration.h
Lines 270 to 280 in 27cba3e
I'm not an expert, but at first glance this doesn't seem like a ton of work. I'd be willing to give it a shot.
The text was updated successfully, but these errors were encountered: