Antonio Maria Sanchez Berrocal
Antonio Maria Sanchez Berrocal
Be my guest. Thanks for take it.
Did I understand correctly that @artursouza will take this PR to the goal? Or Can I still do something? like fixing Integration tests, or documentation?
> > Did I understand correctly that @artursouza will take this PR to the goal? Or Can I still do something? like fixing Integration tests, or documentation? > > Sorry...
Dapr side car doesn't seem to like the content type if the state is null. I checked for it. Please review @artursouza
@mukundansundar did you have time to review this MR?
I don't see the button "Merge PR", is it because the branch is out of date? or because I don't have access to merge a PR ?
My suggestion to solve the problem is to use the defaultStateSerializer contentType when building the [StateRequest](https://github.com/dapr/java-sdk/blob/master/sdk/src/main/java/io/dapr/client/DaprClientGrpc.java#L577). Similarly like if one saves the state using 'saveBulkState' method: ``` Map meta =...
I would be delighted to do it, I am just a bit newbie in open source collaboration. If someone assigns the ticket to my self, and can open a PR...
I just opened a PR with my suggestion. It needs some E2E testing, or more junit coverage but I think, explains what I am trying to achieve. https://github.com/dapr/java-sdk/pull/1033
@cicoyle could you ask feedback for my https://github.com/dapr/java-sdk/pull/1033 ? it's has been idled for quite a while