dapr / dapr

Dapr is a portable, event-driven, runtime for building distributed applications across cloud and edge.
https://dapr.io
Apache License 2.0
23.54k stars 1.85k forks source link

An Endpoint at the placement API that allows to list all Actor Instances #7805

Open paule96 opened 2 weeks ago

paule96 commented 2 weeks ago

In what area(s)?

/area runtime

/area operator

/area placement

/area docs

/area test-and-release

Describe the feature

It would be nice to have the option to list all the running actors from the placement api with their Ids. That could help to avoid remembering these ids in an external system like a database. The issue with storing the instance IDs externally is that if an actor instance gets cleaned up, the external system may miss this memo.

Release Note

RELEASE NOTE:

Now you are able to list all running actor instances.