Stefanos Mousafeiris
Stefanos Mousafeiris
I think this is also related to https://github.com/electric-sql/electric/issues/1774 - if Electric boots up and has no shapes, it should update the replication slot accordingly. I feel that there should be...
I think this continues to just be a consequence of the fact that the stack might fall over during the lifetime of a request (see https://github.com/electric-sql/electric/pull/2848). I had added an...
Issue we've run into working on this with @icehaunter is that row filters on the replication publication don't allow for user-defined types, see [docs](https://www.postgresql.org/docs/17/sql-createpublication.html): >A row filter expression (i.e., the...
This should be a matter of just parsing it like we do the rest right?
I do think that `electric-offset` can be confusing, cause it could mean "the start offset for this data" or "the end offset for this data", which is why `last` was...
> On the topic, I also advocate that we simplify electric-shape-handle and shape_handle to electric-handle and handle. Sounds good, fyi we have an open PR to refactor to `shape_handle` already,...
I think we now have a well defined set of headers that we expose both in our OpenAPI spec and have appropriate errors for checking they are allowed etc -...
I suspect we should be able to include some sort of progress header for initial sync requests, not sure how this would play with compaction though. Do you envision something...
Why not keep https://github.com/electric-sql/electric-telemetry as part of our mono-repo as another elixir project? Easier to access and work with.
@KyleAMathews no need to rebase this as @thruflo has combined all these changes to https://github.com/electric-sql/electric/pull/1900