use of com.hazelcast.jet.kafka.impl.KafkaTestSupport in project hazelcast by hazelcast.
the class SqlPrimitiveTest method setUpClass.
@BeforeClass
public static void setUpClass() throws IOException {
initialize(1, null);
sqlService = instance().getSql();
kafkaTestSupport = new KafkaTestSupport();
kafkaTestSupport.createKafkaCluster();
}
Aggregations