use of io.confluent.ksql.metrics.MetricCollectors in project ksql by confluentinc.
the class PhysicalPlanBuilderTest method before.
@Before
public void before() {
ksqlConfig = INITIAL_CONFIG;
serviceContext = TestServiceContext.create(kafkaTopicClient);
engineMetastore = new MetaStoreImpl(new InternalFunctionRegistry());
ksqlEngine = KsqlEngineTestUtil.createKsqlEngine(serviceContext, engineMetastore, new MetricCollectors());
}
Aggregations