Akka.Hosting icon indicating copy to clipboard operation
Akka.Hosting copied to clipboard

Please add guardian-supervisor-strategy tot he Fluent API

Open stevemesser opened this issue 1 year ago • 0 comments

We are trying to update our application to use the Fluent API for configuration and after asking about this Aaron suggested creating an issue for it.

We would to be able to configure the following via the Fluent API:

akka { actor { guardian-supervisor-strategy = "BatchProcessorLibrary.Akka.GuardianSupervisorStrategy, BatchProcessorLibrary" } }

stevemesser avatar Aug 28 '23 15:08 stevemesser