Bernd Verst

Results 446 comments of Bernd Verst

If you can find a way to maintain existing Dapr component behavior (we have lots of tests) while removing Lua script then I would consider merging a pull request for...

This is too much work to fix for the upcoming release. Clearly calling the asynchronous implementation from a synchronous context isn't working for every situation. Can you please call `async...

We basically need synchronous method implementation of `DaprHttpClient` and then use that in the `invoke_method` implementation in `DaprInvocationHttpClient`. And we need additional tests for this.

For the time being, please use the example shown here which uses Python `requests` directly for a basic service invocation call. As long as you set the dapr-app-id header and...

Can you provide any documentation on where / how this property must be used? What do the publishers have to do? What do the subscribers have to do? The official...

I briefly looked at the plugin article but it wasn't clear to me how that can be accomplished using the Rabbit MQ Go client SDK. Maybe it's possible, maybe not?...

Nobody is actively working on writing the required conformance and certification tests for this. If someone wants to contribute this they can - which then would make the component stable....

By the way, the trickiest part here is finding someone who sponsors an Oracle Database server the Dapr project can run integration tests against very 8 hours, and also on...

Personally I do not think Dapr should become a SQL translation project. Surely there must be other OSS projects that do this, and if not such a project should be...

Warnings can be avoided if you deploy Dapr differently: values.yaml ```yaml dapr_dashboard: runAsNonRoot: true dapr_placement: runAsNonRoot: true dapr_operator: runAsNonRoot: true dapr_sentry: runAsNonRoot: true dapr_sidecar_injector: runAsNonRoot: true global: logAsJson: true ```...