1

我想在混合云上使用 Apache Pulsar,我想在云上部署 Apache Pulsar 集群。我的订阅者将在云上,消费者将部署在本地。脉冲星可以有这种配置吗?如果是,需要进行哪些配置才能在云上拥有订阅者并在本地拥有消费者?

4

1 回答 1

0

是的。只要您有访问权限,您就不会遇到任何问题。

StreamNative Cloud 使用 OAuth 来实现。

这里有一些参考

https://github.com/streamnative/examples/tree/master/cloud/go

https://streamnative.io/blog/engineering/2021-11-17-building-edge-applications-with-apache-pulsar/

https://github.com/tspannhw/SpeakerProfile/tree/main/2021/talks

于 2022-02-09T15:00:44.617 回答