Interface PulsarTestContainerSupport


public interface PulsarTestContainerSupport
Provides a static PulsarContainer that can be shared across test classes.
Author:
Chris Bono
  • Field Details

    • PULSAR_CONTAINER

      static final org.testcontainers.containers.PulsarContainer PULSAR_CONTAINER
  • Method Details

    • startContainer

      @BeforeAll static void startContainer()
    • getPulsarBrokerUrl

      static String getPulsarBrokerUrl()
    • getPulsarImage

      static org.testcontainers.utility.DockerImageName getPulsarImage()
    • getHttpServiceUrl

      static String getHttpServiceUrl()