Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide from debugging info in Actor and Producer toString #730

Open
elizarov opened this issue Oct 19, 2018 · 1 comment
Open

Provide from debugging info in Actor and Producer toString #730

elizarov opened this issue Oct 19, 2018 · 1 comment

Comments

@elizarov
Copy link
Contributor

Inspired by this question: https://stackoverflow.com/questions/52829802/how-can-i-know-how-many-messages-are-waiting-for-actor-to-process?noredirect=1#comment92593433_52829802

The proposal is to add channel's debug info to Actor and Producer debug toString() implementation. For buffered channels it might be important to see the number of messages that are waiting to be processed. Take this into account when working on complex actors #87

@oshai
Copy link
Contributor

oshai commented Oct 19, 2018

maybe also as other properties than the to strings so it can be added to metrics etc'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants