Artur Souza

Results 337 comments of Artur Souza

> Good news - I was able to get distributed tracing to work with Dapr & Spring Sleuth, too. Even better, I can make that fit in the same structure...

DAPR_PLACEMENT_HOST is not in any source code, only docs. This is safe to be deleted from docs. Same for DAPR_TOKEN_API. APP_PORT is used only by the sidecar and it handles...

The Azure dependency is the same as the OKHTTP but in a different namespace to avoid conflict. There is a well known issue of conflicting OKHTTP version with the app...

@AaronCrawfis, you seem to be describing a msi installer. WinGet accepts .msi installers. This can be achieved "easily" with https://wixtoolset.org The msi installer must be configured to add the dapr.exe...

I am OK to keep it as a proposal given the change in the build plugins. I like this proposal. Please, create a PR for this. Be mindful that there...

@mukundansundar I agree. We need out of order processing before we can add this validation.

See README as an example: https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/actors

Would binding to localhost only instead of 0.0.0.0 be enough to pass the criteria for the scanner?

I propose we remove OKHTTP as a dependency as part of the work in #626, which means we would use the Java's builtin HTTP client.

RabbitMQ input binding does not return any metadata (which maps to HTTP headers). If you need any metadata to be returned by RabbitMQ, please, create an issue in dapr/components-contrib. https://github.com/dapr/components-contrib/blob/4ee732e0bd5e616b18fcfe15219712a74300b0fb/bindings/rabbitmq/rabbitmq.go#L241