OpenZiti with Pulsar and gRPC

Hello guys,

Im building robotics project with zero trust concept, I'd like to confirm or seek guidance on how to integrate Pulsar and gRpc platforms.

What I underestood is that, I can design the app to send message through tunnel using rest best approach, but to send pulsar mesasge or grpc message should be done differently ?

OpenZiti is capable of sending grpc securely. Did you locate: https://github.com/openziti/sdk-golang/tree/main/example/grpc-example ?

As to Pulsar, I wouldn't know where to start. You'll have to find wherever it sends/receives data and make sure it's converted to using Ziti (aka zitified).

Sounds like a fun project, looking forward to what you do. :smiley:

thank you, will check how to integrate pulsar. Im still on planning stage but im excited to integrate ziti.