Closed xuanskyer closed 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?
Please feel free to comment further, closing - do not see what we can do here.
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.