How to debug Service Fabric stateful service / actor state -
i implemented basic service fabric statefulservice
stores questionnaire data using ireliablestatemanager
. in order debug method, need view statemanager
data using sort of browser or administration console. doesn't seem possible using service fabric explorer.
how can done?
you have expose apis allow reading of data , create viewer part of application. there no generic way today.
Comments
Post a Comment