Skip to content

Commit

Permalink
remove firehose
Browse files Browse the repository at this point in the history
  • Loading branch information
kgyrtkirk committed Jul 30, 2024
1 parent eb2a047 commit ca121aa
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import org.apache.druid.guice.DruidInjectorBuilder;
import org.apache.druid.guice.ExpressionModule;
import org.apache.druid.guice.ExtensionsModule;
import org.apache.druid.guice.FirehoseModule;
import org.apache.druid.guice.JacksonConfigManagerModule;
import org.apache.druid.guice.JavaScriptModule;
import org.apache.druid.guice.Jerseys;
Expand Down Expand Up @@ -301,7 +300,6 @@ private void installForServerModules(CoreInjectorBuilder builder)
new CoordinatorDiscoveryModule(),
new LocalDataStorageDruidModule(),
new TombstoneDataStorageModule(),
new FirehoseModule(),
new JavaScriptModule(),
new AuthenticatorModule(),
new AuthorizerModule(),
Expand Down

0 comments on commit ca121aa

Please sign in to comment.