This message was deleted.
# general
s
This message was deleted.
j
Hi Gururaj, I was not aware that you can Auto-scale the Brokers ... I know only of streaming ingestion auto-scaling (ex: https://druid.apache.org/docs/latest/development/extensions-core/kafka-supervisor-reference#task-autoscaler-properties) But there may be newer developments that I am unaware of ...
f
Are you talking about that scale up/down the number of brokers based on the load (such as cpu/memory)? If that’s the case, it would depend on which platform you’re running broker. It is common to use auto scaling groups if you’re running druid on public cloud.
g
@Frank Cao: We dont have a public cloud but we have deployed DRUID on Private cloud. But we want to Auto Scale Broker . Any way to do this?
a
Is it deployed on an existing container orchestration platform? IE like GKE or EKS
Setting up HPA's would be the easiest way to achieve this and its currently how we do it today on GKE