Release v0.0.64
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