Apache Pulsar Module

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

testCompile "org.testcontainers:pulsar:1.14.1"
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>pulsar</artifactId>
    <version>1.14.1</version>
    <scope>test</scope>
</dependency>