electric-sql / legacy-cli

ElectricSQL command line interface (CLI) tool.
https://electric-sql.com/docs
Apache License 2.0
10 stars 0 forks source link

Add a persistent client id #10

Closed magnetised closed 2 years ago

magnetised commented 2 years ago

see https://github.com/electric-sql/typescript-client/pull/25

The replication system needs a consistent client id as part of the authentication call. This PR creates a persistent per-client UUID as part of the satellite metadata on startup and passes it to the authentication message

paulharter commented 2 years ago

fine