Apache Pulsar Module
Adding this module to your project dependencies
Add the following dependency to your pom.xml
/build.gradle
file:
testImplementation "org.testcontainers:pulsar:1.16.3"
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>pulsar</artifactId>
<version>1.16.3</version>
<scope>test</scope>
</dependency>