iac/docs/apps/message-hub.md

25 lines
677 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# message-hub
Хаб уведомлений. Namespace: `message-hub`.
```mermaid
flowchart LR
Redis[(Redis)]:::data
Kafka[[Kafka]]:::msg
Subs[subscriptions]:::peer
subgraph NS["ns: message-hub"]
App[deployment: message-hub<br/>Service]:::comp
end
App <-->|pub/sub| Redis
App -->|produce notify.*| Kafka
App -->|deliver| Subs
classDef comp fill:#ec4899,stroke:#9d174d,stroke-width:2px,color:#fff
classDef peer fill:#fce7f3,stroke:#9d174d,color:#000
classDef data fill:#10b981,stroke:#065f46,color:#fff
classDef msg fill:#ef4444,stroke:#991b1b,color:#fff
style NS fill:#fdf2f8,stroke:#ec4899,stroke-width:2px
```