sparkmeter/sink

Add connection messages

Closed this issue · 1 comments

The goal of connection messages are to deal with several potential use cases

  • general handshake and authentication messages (ex: you are authenticated, but you are quarantined)
  • ensuring event logs have not been reset or otherwise changed between connections (ex: if a database was wiped)
  • communicating what event type ids and schema versions are compatible between client and server

Implemented by #8