Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • N Notification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe Software
  • Platform
  • System
  • Notification
  • Wiki
  • OSDU Platform Events

OSDU Platform Events · Changes

Page history
Update OSDU Platform Events authored May 10, 2021 by ethiraj krishnamanaidu's avatar ethiraj krishnamanaidu
Show whitespace changes
Inline Side-by-side
OSDU-Platform-Events.md
View page @ f025c85c
......@@ -50,6 +50,21 @@ In this design, we are separating the internal and external flow.
**Design 2**
In this design, every consumers have to go through the notification service.
- External and Internal consumers go through same flow.
- Loose coupling between consumers and cloud technologies.
- All consumers will be registered via Register service.
- Only push is supported.
- High load on Notification service.
- Notification service have to support auto scaling on demand and highly available.
![image](uploads/e8a231279a5d0f92fa294e187e403e2e/image.png)
**Security**
......
Clone repository
  • OSDU Platform Events