Hi,
We have one druid, the latest Imply version running with kafka indexing servers and saving the
data in S3.
Our Druid have:
-
5 historicals (each one have a machine ).
-
1 master node ( coordinator and overlord) .
-
1 broker node.
-
2 middlemanagers.
We have a requirement to support offline reports along with our existing Druid
which serve our web app in production.
We thought to launch another Druid ( with the required components) separately, which has a different namespace in the zookeeper and will
query the same S3 and real-time data.
My main question is how to do that? We know they should point to the same s3.
Questions:
-
Should they point to the same RDS?
-
How do the new Druid will query the same real-time data? where is the connection between the new Druid (offline one)
to the existing middle manager (of the online Druid?
Thank you!!!