Skip to content

hot config reloads do not consider actor custom parameters #50

@pct-cclausen

Description

@pct-cclausen
  1. Initialize a forked (maybe also in-memory?) actor with custom parameters. I primarily use this to pass in some other ActorRefs.
  2. The actor reads from getCustomParameters() in the initialize method, everything works.
  3. Change the configuration of that actor.
  4. The actor gets destroyed and recreated, but getCustomParameters() now is undefined. debug mode shows the custom parameters are just gone from the create-actor message used internally.

I guess the hot reloading code is just missing this behavior entirely?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions