Skip to content
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

请问如何用普通的pulsar客户端直接连接涂鸦的pulsar。 #2

Open
bulolo opened this issue Feb 5, 2021 · 1 comment
Open

Comments

@bulolo
Copy link

bulolo commented Feb 5, 2021

项目中采用nodejs,需要使用pulsar node 客户端进行连接。但是发现好像涂鸦专门对其进行安全性处理。导致nodejs的pulsar无法连接。
所以想咨询下,如何用nodejs的 pulsar client进行连接。

或者具体 安全性是如何处理才能让pulsar客户端进行连接。感谢

我是用的是:https://pulsar.apache.org/docs/zh-CN/client-libraries-node/

@leeyongda
Copy link

leeyongda commented Jun 15, 2021

node js 的 官方 pulsar client 是基于 C++ 封装的,好像没有提供第三方自定义授权认证接入。
可以参考下Go 实现的,基于官方的 https://github.com/apache/pulsar-client-go
封装成涂鸦能接入的SDK
https://github.com/leeyongda/tuya-pulsar-sdk-go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants