Is it possible to Autoscale Akka

前端 未结 1 1652
梦毁少年i
梦毁少年i 2021-01-14 05:10

I need an Akka cluster to run multiple CPU intensive jobs. I cannot predict how much CPU power I need. Sometimes load is high, while at other times, there isn\'t much load.

相关标签:
1条回答
  • 2021-01-14 05:40

    If you consider a project like hseeberger/constructr and its issue 179, a native Akka solution should be based on akka/akka-management:

    This repository contains interfaces to inspect, interact and manage various Parts of Akka, primarily Akka Cluster. Future additions may extend these concepts to other parts of Akka.

    There is a demo for kubernetes.

    0 讨论(0)
提交回复
热议问题