You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we split the services to individual containers . We need to scale certain services like historical and broker . Any guidelines will be helpful.
-Rahul
The text was updated successfully, but these errors were encountered:
I am very new to druid, so feel free to correct me if I'm wrong.
But you'll probably need to split the current dockerfile into multiple dockerfiles, create images for each and then use docker-compose or whatever instrumentation you use to scale.
Take hints from the supervisord.conf to start services on each container
How can we split the services to individual containers . We need to scale certain services like historical and broker . Any guidelines will be helpful.
-Rahul
The text was updated successfully, but these errors were encountered: