There are three compile errors:
- The constructor DruidNode(String, null, null) is undefined
JsonConfigProvider.bindInstance(binder, Key.get(DruidNode.class, Self.class),
new DruidNode("druid-client", null, null));
- The constructor DirectDruidClient(QueryToolChestWarehouse, QueryWatcher, ObjectMapper, HttpClient, String, ServiceEmitter) is undefined
final DirectDruidClient directDruidClient = new DirectDruidClient(WAREHOUSE, WATCHER, SMILE_MAPPER, httpClient,
host, SERVICE_EMITTER);
- The constructor DirectDruidClient(QueryToolChestWarehouse, QueryWatcher, ObjectMapper, HttpClient, String, ServiceEmitter) is undefined
final DirectDruidClient directDruidClient = new DirectDruidClient(WAREHOUSE, WATCHER, SMILE_MAPPER, httpClient,
host, SERVICE_EMITTER);
Please review it!
(Thank for great project)
There are three compile errors:
Please review it!
(Thank for great project)