turnilo
turnilo copied to clipboard
Create Cluster entity hierarchy
It would be worth to at least evaluate the idea at some point AFAIR we have a few of similar guards across the codebase
Originally posted by @piter75 in https://github.com/allegro/turnilo/pull/329
Cluster
should be just an common interface. Current Cluster
class should be renamed to DruidCluster
as we support only Druid database. Additionally we should NativeCluster
.