Skip to content

Release v0.0.64

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Feb 22:01
· 80 commits to main since this release
f39ea81

Overview

A new periodic task in the synchronizer server which outputs the list of connected clients to pulsar

sequenceDiagram
    participant SynchronizerIC
    SynchronizerIC->>+SynchronizerBE : Connection Established
        Note over SynchronizerIC,SynchronizerBE: cluster, account, app info
    participant SynchronizerBE
    participant Pulsar
    participant Ingester
    participant Postgres
    loop Every 24 hours
        SynchronizerBE->>+Pulsar : ConnectedClients
        Note over SynchronizerBE,Pulsar: List of connected clients <br /> + attach current timestamp
    end
    Pulsar->>+Ingester: Consume ConnectedClients message
    Ingester->>+Postgres: Upsert