Skip to content

v2.0.3

Compare
Choose a tag to compare
@doriordan doriordan released this 17 Jan 09:43
· 145 commits to master since this release

Improvements to Akka parameters passed to skuber initialisation call with resolutions for:

  • Issue #107 - pass Materializer instead of ActorMaterializer to init call
  • Issue #109 - You can now configure a custom dispatcher for skuber to use, to separate it from any other your application uses with the same actor system
  • Issue #111 Allows passing custom Application Configuration (a Typesafe Config object) to the skuber init call, currently used only to override dispatcher config but likely to be used for other purposes in future