dlg99 opened a new issue #12: URL: https://github.com/apache/pulsar-adapters/issues/12
**Describe the bug** Integration test fail ti run **To Reproduce** ``` cd tests mvn clean install -DintegrationTests ``` get ``` [INFO] Running TestSuite [ERROR] Tests run: 29, Failures: 1, Errors: 0, Skipped: 28, Time elapsed: 0.792 s <<< FAILURE! - in TestSuite [ERROR] setup(org.apache.pulsar.tests.integration.compat.kafka.PulsarKafkaProducerThreadSafeTest) Time elapsed: 0.662 s <<< FAILURE! java.lang.NullPointerException at org.apache.pulsar.tests.integration.compat.kafka.PulsarKafkaProducerThreadSafeTest.getPlainTextServiceUrl(PulsarKafkaProducerThreadSafeTest.java:37) at org.apache.pulsar.tests.integration.compat.kafka.PulsarKafkaProducerThreadSafeTest.setup(PulsarKafkaProducerThreadSafeTest.java:43) ``` **Expected behavior** Tests running and passing -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org