Piotr Gankiewicz

Results 47 comments of Piotr Gankiewicz

No, it doesn't work properly with or without mapping in any configuration possible. It's a bug which does prevent from using any other type than long for primary keys. I...

Hey, You're correct - *Operations Service* starts the *ApproveOrderSaga* where *CreateOrder* command is its trigger. For any type of *Command*, you will get the 202 (Accepted) response from API Gateway...

We didn't use Identity Server or other similar solution, simply, because we wanted to show the end users how the JWT works under the hood and that it could be...

I'm happy to hear that my answer was clear enough :). Most of the utilities that we use are our wrappers on top of existing libraries - to keep the...

Hi James, We haven't published the Chronicle package (responsible for managing Saga - distributed transactions) to the NuGet yet. For now, add a new NuGet package source or use an...

Yes, this would be a great feature to have!

Apologies for the delayed response, as I didn't read the previous notification. Yes, your idea sounds good! I think, we could try to achieve something similar like in Kafka for...

Good points! I think that we could start with the simpler approach, being compaction only on the closed segments - this way, such operation could be done somewhere in the...

Keep in mind that not all arguments should be displayed, for example user credentials during the authentication or message payload which might be sensitive.