Artur Souza

Results 337 comments of Artur Souza

@xiazuojie Can the same be accomplished with a different DaprClient instance per serializer? The original design was that for apps that need multiple serializers, they could simply instantiate a different...

> > @xiazuojie Can the same be accomplished with a different DaprClient instance per serializer? The original design was that for apps that need multiple serializers, they could simply instantiate...

I thought about a new interface for the SDK to use and that enabled negotiation. Then, multiple serialization negotiation can be an implementation of that and not a core feature...

That interface is too specific for the multi-serialization solution - which is one implementation of the interface. The difference here is who decides which mimetype to use when serializing an...

@xiazuojie I am not a fan of this approach. I would need to find a solution that is less verbose and does not require mimetype to be passed in on...

I am all in for this. I think it would be a great opportunity for the community to contribute.

@mhoad Thanks for looking into this. One day, we will "have a significant user base and/or be critical to the global IT infrastructure".

Let me reopen this in the meantime. Well, is this something we can run on GitHub actions? If you can try that out and it works, we can take a...

It's been a while the last time we built it on Windows. We don't see this problem on macOS or Linux. I am using the same Maven version as you....

These issues are per SDK based on what is idiomatic per language. @leonids2005 Please, create an issue in the .Net SDK is you think there is a need for the...