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
项目中采用nodejs,需要使用pulsar node 客户端进行连接。但是发现好像涂鸦专门对其进行安全性处理。导致nodejs的pulsar无法连接。 所以想咨询下,如何用nodejs的 pulsar client进行连接。
或者具体 安全性是如何处理才能让pulsar客户端进行连接。感谢
我是用的是:https://pulsar.apache.org/docs/zh-CN/client-libraries-node/
The text was updated successfully, but these errors were encountered:
node js 的 官方 pulsar client 是基于 C++ 封装的,好像没有提供第三方自定义授权认证接入。 可以参考下Go 实现的,基于官方的 https://github.com/apache/pulsar-client-go 封装成涂鸦能接入的SDK https://github.com/leeyongda/tuya-pulsar-sdk-go
Sorry, something went wrong.
No branches or pull requests
项目中采用nodejs,需要使用pulsar node 客户端进行连接。但是发现好像涂鸦专门对其进行安全性处理。导致nodejs的pulsar无法连接。
所以想咨询下,如何用nodejs的 pulsar client进行连接。
或者具体 安全性是如何处理才能让pulsar客户端进行连接。感谢
我是用的是:https://pulsar.apache.org/docs/zh-CN/client-libraries-node/
The text was updated successfully, but these errors were encountered: