Yaron Schneider

Results 620 comments of Yaron Schneider

> Kiali has [topology map](https://kiali.io/documentation/latest/features/#_graph), Could we suggest Kiali support Dapr? Where does Kiali get its data from?

Ok did some reading on this, looks like it's *mostly* tightly coupled with Istio. However - Kiali can read tracing data from Jaeger, and Jaeger can be set to work...

My take: ### Use Dapr Workflows * High performance (Dapr allows workflows to be invoked over gRPC for high-throughput and low latency) * Low footprint / Edge environments (Dapr image...

hey @andreatosato, you need to set up a Service Bus and State Store with Dapr. These are covered in the Dapr docs here: https://github.com/dapr/docs/tree/master/howto/setup-state-store#reference https://github.com/dapr/docs/tree/master/howto/setup-pub-sub-message-broker#related-links

That error is safe to ignore for this scenario, unless you are using actors. So if you're still getting an error, it's not because of the actor state store. Can...

What error are you getting when invoking the workflow?

I'll look into it this week.

This is supported. Dapr Workflows will not return the tracking ID, but steps can be executed async by removing the `runAfter` section from a step.

You need to put either the IP address or FQDN of your Broker Service, not the name. Also you need to make sure it is reachable..

Moved to correct repository. Thanks for reporting this @bab5470, it's currently not supported it seems.