centrifugal / centrifugo

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.
https://centrifugal.dev
Apache License 2.0
8.45k stars 598 forks source link

[question] In gRPC proxy mode, does Centrifugo support customizing the gRPC service name (CentrifugoProxy)? #904

Closed xuanskyer closed 1 month ago

xuanskyer commented 1 month ago

Ask your question.

In gRPC proxy mode, does Centrifugo support customizing the gRPC service name?

Specifically, can the CentrifugoProxy service name be dynamically set to a custom service name?

In most cases, the gRPC proxy implementation is usually integrated into the application’s gRPC service rather than deployed as a separate gRPC proxy server.

FZambia commented 1 month ago

It's not configurable. But I do not understand the question and problem TBH. It's part of Protobuf Schema, GRPC uses method names like /centrifugal.centrifugo.proxy.CentrifugoProxy/Connect in its protocol. Maybe you can show the example of configurable service name somewhere so that I better understand what you mean?

FZambia commented 1 month ago

Please feel free to comment further, closing - do not see what we can do here.