Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OCS-gw] Handle failures on pubsub #715

Open
mpeterss opened this issue Jun 25, 2019 · 1 comment
Open

[OCS-gw] Handle failures on pubsub #715

mpeterss opened this issue Jun 25, 2019 · 1 comment
Labels

Comments

@mpeterss
Copy link
Collaborator

OCS-gw currenly does not support errors on pubsub.

We should consider having gRPC as a backup channel in case there is an error detected on pubsub.

We should handle malformed messages so that we do not get stuck in a loop where the top message can not get parsed.

@vihangpatil vihangpatil added the bug label Jul 9, 2019
@vihangpatil
Copy link
Member

vihangpatil commented Aug 30, 2019

There are 4 types of messages between OCSGW and Prime.

  1. CCR Initiate (OCSGW --> Prime)
  2. CCR Update (OCSGW --> Prime)
  3. CCR Terminate (OCSGW --> Prime)
  4. Activate (OCSGW <-- Prime)

These are the suggested transport for these messages:

Message Transport
CCR Initiate and CCR Terminate Non-streaming gRPC
CCR Update Streaming gRPC with Pub/Sub as backup
Activate Pub/Sub

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants