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

Enable override of ActorSystem.Root #1659

Merged
merged 1 commit into from
Jun 8, 2022

Conversation

mhelleborg
Copy link
Member

Description

Added ActorSystemConfig.ConfigureRootContext to allow ActorSystem RootContext to be decorated on startup, effectively enabling the user to choose a default IRootContext.

ActorSystem previously exposed the RootContext class directly, so some functionality which was present there is no longer available on root (such as settings headers on the context).

Also added the ability to get more detailed traces of Cluster tests, by tracing from the root context as well as internally.

Purpose

This pull request is a:

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

…on startup, effectively enabling the user to choose a default RootContext

Added the ability to get more detailed traces of Cluster tests, by tracing from the root context as well as internally.
@mhelleborg mhelleborg marked this pull request as draft June 7, 2022 21:33
@mhelleborg mhelleborg changed the title Draft: Enable override of ActorSystem.Root Enable override of ActorSystem.Root Jun 7, 2022
@mhelleborg mhelleborg marked this pull request as ready for review June 8, 2022 08:02
@rogeralsing rogeralsing merged commit 8b2e638 into dev Jun 8, 2022
@rogeralsing rogeralsing deleted the decorate-actorsystem-rootcontext branch June 8, 2022 18:10
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.

2 participants