With recent changes to the codebase, relation changes are handled by individual shape consumers the same way transactions are, and they trigger cleanups or other processes.
I've made the relation handling match the transaction handling, including the dropping of relation messages if no subscribers are present.
Fixes https://github.com/electric-sql/electric/issues/1870
With recent changes to the codebase, relation changes are handled by individual shape consumers the same way transactions are, and they trigger cleanups or other processes.
I've made the relation handling match the transaction handling, including the dropping of relation messages if no subscribers are present.