You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GCP supports gRPC endpoints for Cloud PubSub. Messages sent using this protocol may be used the same way as messages sent via the AMQP protocol.
Proposed solution
Use gRPC to provide some similar header/subject routing capabilities when used by Cloud PubSub. This should deliver content as JSON messages wrapped in a Protocol Buffer definition that is compatible with Pub/Sub features of Cloud PubSub. Avoid attempting to make the message specification rigid by translating the message specification to a Protocol Buffer interface.
The text was updated successfully, but these errors were encountered:
Describe the problem
GCP supports gRPC endpoints for Cloud PubSub. Messages sent using this protocol may be used the same way as messages sent via the AMQP protocol.
Proposed solution
Use gRPC to provide some similar header/subject routing capabilities when used by Cloud PubSub. This should deliver content as JSON messages wrapped in a Protocol Buffer definition that is compatible with Pub/Sub features of Cloud PubSub. Avoid attempting to make the message specification rigid by translating the message specification to a Protocol Buffer interface.
The text was updated successfully, but these errors were encountered: