mirror of https://github.com/apache/druid.git
fix 8 module to use firehose factory
This commit is contained in:
parent
9fb614c773
commit
9be644847e
|
@ -38,7 +38,7 @@ public class KafkaEightDruidModule implements DruidModule
|
|||
return Arrays.<Module>asList(
|
||||
new SimpleModule("KafkaEightFirehoseModule")
|
||||
.registerSubtypes(
|
||||
new NamedType(KafkaEightDruidModule.class, "kafka-0.8")
|
||||
new NamedType(KafkaEightFirehoseFactory.class, "kafka-0.8")
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue