Yaron Schneider

Results 665 comments of Yaron Schneider

> UpdateInTransactionRequest and QueryInTransactionRequest params maybe need to add the follow variable: > > ```proto > repeated bytes args = 6; > ``` > > 1. A logic server serializes...

If this API can support MySQL and PostreSQL I think it would go a long way towards ensuring that the mainstream use cases are covered. I only worry about further...

Thanks, would you be willing to open a PR with the required info?

Thanks for reporting this, would you like to take a stab at submitting a PR that fixes this?

This PR needs to be validated on several tracing backends before merged.

@sedat-eyuboglu and @Admiralkheir thank you both for the OCP info! Please keep updating on this issue and we'll create a Dapr on Openshift section on our docs.

@cmoulliard can you uninstall Dapr and delete the namespace you installed it into? Then try to install again. It looks like there's a bad/missing TLS cert in the control plane...

@davidkarlsen Can you try applying this? ```yaml apiVersion: security.openshift.io/v1 kind: SecurityContextConstraints metadata: name: dapr-scc runAsUser: type: MustRunAs uid: 65532 fsGroup: type: MustRunAs ranges: - min: 65532 max: 65532 users: -...

> [@JoshVanL](https://github.com/JoshVanL) This PR suggests that this feature might be coming... ? > > https://github.com/dapr/durabletask-go/pull/39/files#diff-c4f4f51dd4b6309e761681af240f6216400c0bac8265a89bb62b22817f525eed The watch of a hawk :D Yes, that's the plan.