108109110111112113114115116
config.getCapacity(), config.getVersion() ); } }, new IndexingServiceFirehoseModule(), new IndexingServiceTaskLogsModule() ); }
243244245246247248249250251
binder.bind(NoopAutoScalingStrategy.class).in(LazySingleton.class); JsonConfigProvider.bind(binder, "druid.indexer.autoscale", SimpleResourceManagementConfig.class); } }, new IndexingServiceFirehoseModule(), new IndexingServiceTaskLogsModule() ); }
191192193194195196197198
taskActionBinder.addBinding("remote") .to(RemoteTaskActionClientFactory.class).in(LazySingleton.class); } }, new IndexingServiceFirehoseModule() ); }