Dear community, I'm happy to share that in the latest version of TestContainers (1.17.3) the Pulsar container module has some interesting improvements:
- Simple way for configuring the container passing PULSAR_PREFIX_ environment variables - Simple way to turn on Transactions - Default image is now 2.10.0 And the doc page is more rich and contains several examples on how to use it https://www.testcontainers.org/modules/pulsar/ For those who don't know, Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container. Cheers, Nicolò Boschi