Jacques Kang
Jacques Kang
Indeed, I was thinking about migrating to System.Text.Json. I have a little bit doubt about the polymorphic serialization but it worth a try.
I'm moving this to next milestone due of lack of time. Sorry
@oleksabor, To customize serialization you can register your custom implementation of the interface `JKang.IpcServiceFramework.IIpcMessageSerializer` in IServiceCollection. It will replace the default implementation `DefaultIpcMessageSerializer` which uses Newtonsoft.Json Please notice that currently...
I see the issue now. I'll see if I can make serialization customization easier in next version. Thanks
Sorry due to lack of time I'm again moving this issue to next milestone
Thanks for your proposal and I totally agree that support streaming is a great idea.
Sorry I didn't find my time to implement streaming support for v2.
@large Sorry but I'm not able to reproduce your issue and string should work for every existing version (covered by tests)
Hi @Jhordan92, I don't have any code for subscribing SNS because I think it would be better to use directly the SDK provided by AWS (https://docs.aws.amazon.com/sdk-for-net/v3/developer-guide/sns-apis-intro.html)
Hi @imvision I decided not to adresse firing events for external systems because data stores usually support triggering events natively (e.g., DynamoDB Stream or CosmosDB change feed) Otherwise one can...