mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Membership events are quite simple to move to the WAL: - Only one topic is used to determine which client(s) receive updates for which Actor(s). - The unsubscribe was removed because it was unused. - Notably, the N+1 query problem regarding re-evaluating all access again after each membership is updated is still present. This will be fixed using a lookup table in the client channel in the last PR to move events to the WAL. Related: https://github.com/firezone/firezone/issues/6294 Related: https://github.com/firezone/firezone/issues/8187