Mehran Poursadeghi
Mehran Poursadeghi
Thanks, @nchanged. Yeah, a query builder can be a good idea and we'll try to implement it.
Hi @bencrouse Tracking changes in models could be a little be complicated. I think the more simple solution for concurrency issues could be MongoDB transactions and optimistic locks which will...
Hi @arthurclement-lab49 Thanks for your PR but the optimistic lock is a specific need and each user may want to implement it differently, it's not a generic feature for everyone,...
Hi @arthurclement-lab49 You are right. It's good to implement this feature in our library as it needs some changes in the library itself. I have reviewed your PR and left...
Let's say a user implements `Versionable` using the Version field of type `time.Time`. When they create a document by calling it `Create()`, the version field value will be `0001-01-01 00:00:00`...
CDC is good, but we need to outbox to implement a Transactional outbox pattern(which takes app's events). > If that plugin works only for these fields or like, I'm afraid...
> I wonder if there's any standard for the structure of outbox collection? It does not have a standard, but all implementations are like each other: a collection(or table in...
it's because _pulsar_ and _pulsar-manger_ runs in different containers with theirself localhosts (each container just know itself `localhost`). you should either run these two containers in one network using something...
What do you think about supporting in a new project like `grpcie`?