jakubmatyszewski opened a new issue, #14809: URL: https://github.com/apache/druid/issues/14809
### Description I've recently started using MiddleManager categories and Overlords `WorkerCategorySpec` for [worker select strategy](https://druid.apache.org/docs/latest/configuration/#worker-select-strategy). As I understand currently it only supports picking MM category based on **task type**. I wonder if it's possible or it would be feasible feature to request, so that category spec would be assigned **per task**? ### Motivation I was thinking on separating big batch ingestions from other types of ingestions, so that I could have dedicated Middlemanager instances processing such workloads. Currently I can only select by task type, but even though separating kafka ingestions from batch ingestions gets me a step closer to what I'm aiming for, I wish I could separate small batch ingestions from batch ingestions we run monthly that are exponentially bigger, so this tasks would be processed by scaled Middlemanagers dedicated only for that purpose. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
