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

[Artery] Materializer settings are hardcoded into reference HOCON #4465

Open
Arkatufus opened this issue Jun 8, 2020 · 0 comments
Open

[Artery] Materializer settings are hardcoded into reference HOCON #4465

Arkatufus opened this issue Jun 8, 2020 · 0 comments

Comments

@Arkatufus
Copy link
Contributor

TODO: Implement HOCON feature to allow the HOCON parser to pull substitution values from another HOCON file and/or Config.

Artery advanced settings (akka.remote.artery.advanced.materializer) uses the ActorMaterializer settings from akka.stream.materializer via substitution, but our HOCON implementation does not have a substitution feature that can substitute a value from an external HOCON/Config.

The settings object is currently being hardcoded (copied from akka.stream.materializer) into the reference HOCON config.

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

No branches or pull requests

1 participant