Alexey Zimarev

Results 206 comments of Alexey Zimarev

I can take it to the core lib. I'd say that the first version can implement `IEventReader` and `IEventWriter`, and other things like stream deletion and truncation can be done...

@claudiuchis I finished the PR if you want to review it. Found a couple of small unrelated bugs when making subscriptions work... There's a bit of a mismatch between what...

It's the same way as, for example, NServiceBus SQL transport works. The database doesn't suffer from repeated calls that much when the query is so simple, I can see on...

Plus, although the connection is created for each call, it comes from the pool anyway.

Postgres support release in 0.9.0.

MS SQL and Postgres are available. If anyone wants to pick up things like SQLite and MySQL - feel free. I might do MySQL as I want to try it...

I meant I made this a while ago. I know it's awaiting so it's not as fast as it could be. https://github.com/EventStore/replicator/blob/master/src/EventStore.Replicator.Kafka/KafkaWriter.cs

The basic one is #90. The one with schema registry needs to wait until the subscription is done.

Typed handlers will log the issue but not throw. It's because the check happens on construction, and types can be mapped later. It's not ideal but it increases visibility if...