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

feat: add ActorRefs method to ActorSystem to return the list of actors #593

Merged
merged 3 commits into from
Jan 9, 2025

Conversation

Tochemey
Copy link
Owner

@Tochemey Tochemey commented Jan 8, 2025

  • ActorRefs method returns a list of active actors, including both local actors and, when cluster mode is enabled, actors across the cluster.
  • ActorRef struct to define the information about a given actor:
    • Name: the given actor name
    • Kind: the actor kind
    • Address: the actor address

closes #588

Copy link

codecov bot commented Jan 8, 2025

Codecov Report

Attention: Patch coverage is 88.88889% with 4 lines in your changes missing coverage. Please review.

Project coverage is 86.95%. Comparing base (f79eb37) to head (19eda63).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
actors/actor_system.go 75.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #593      +/-   ##
==========================================
+ Coverage   86.72%   86.95%   +0.23%     
==========================================
  Files          56       57       +1     
  Lines        5408     5444      +36     
==========================================
+ Hits         4690     4734      +44     
+ Misses        577      571       -6     
+ Partials      141      139       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Tochemey
Copy link
Owner Author

Tochemey commented Jan 9, 2025

QA needed for these changes

@Tochemey Tochemey merged commit a63c4c7 into main Jan 9, 2025
3 checks passed
@Tochemey Tochemey deleted the issue-588 branch January 9, 2025 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT] Cluster utilities
1 participant