-
Notifications
You must be signed in to change notification settings - Fork 16
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
Akka.Hosting alternatives for HOCON sections #549
Comments
|
But Phobos customizes actor name using deployment section? Can HOCON-based deployment configuration interfere with it? Because we seen to have problems customizing actor type names. |
Phobos can customize the actor name using deployment but it can also do it using the fluent interface on |
Then I need a description of the extension method. |
We are working of customizing actor type names on Phobos dashboards, and according to @Aaronontheweb some of our issues may be caused by using legacy HOCON sections. We import several HOCON sections using AddHocon extension method, and I would like to check if this can affect Phobos actor type names customization, and if so, what can we do instead. And it would be nice to have a programmatic way of configuring Akka without fallback to AddHocon.
So here is the list of use cases where we need to call AddHocon method.
As far as I understood, this could prevent Phobos actory type name customization, so how else we can configure routers, both non-clustered and clustered? And disregarding Phobos, shouldn't Akka.Hosting provide a programmatic way to configure deployment?
The text was updated successfully, but these errors were encountered: