Francois Parquet

Results 21 comments of Francois Parquet

I've squashed commits. All tests that are allowed to run are passing now.

@sxd I'd be happy to talk about it during the next community meeting, where can I find the schedule for these meetings? I will add a e2e test to make...

We're also looking into a way to manage replication slots (and have them being copied from primary to standbys). Our use case is that we use Fivetran for our ETL...

Thanks @gbartolini @sxd, I'll continue the conversation on the slack channel.

Hi, thanks for the suggestion. I'll consider adding it but it's not a high priority. You're welcome to submit a PR.

Hey, sorry for the latency! So in the end, what you want to do is to unmarshal a value that could be either a json array of strings or a...

Gojay is used in production on a highly instrumented system handling thousands of requests per second. In the context it's being used it does not leak memory, if it would,...

So the reason is you are reusing the same decoder. It's actually a duplicate of this issue: #79 At the time I suggested to add a reset method. But the...