Search in sources :

Example 6 with KafkaTestSupport

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();
}
Also used : KafkaTestSupport(com.hazelcast.jet.kafka.impl.KafkaTestSupport) BeforeClass(org.junit.BeforeClass)

Aggregations

KafkaTestSupport (com.hazelcast.jet.kafka.impl.KafkaTestSupport)6 BeforeClass (org.junit.BeforeClass)6 SchemaRegistryConfig (io.confluent.kafka.schemaregistry.rest.SchemaRegistryConfig)1 SchemaRegistryRestApplication (io.confluent.kafka.schemaregistry.rest.SchemaRegistryRestApplication)1 Properties (java.util.Properties)1