pom.xml
<dependency>
<groupId>com.playtika.testcontainers</groupId>
<artifactId>embedded-solr</artifactId>
<scope>test</scope>
</dependency>-
embedded.solr.enabled(true|false, default is true) -
embedded.solr.reuseContainer(true|false, default is false) -
embedded.solr.dockerImage(default is 'solr:9.9')-
Image versions on dockerhub
-
-
embedded.toxiproxy.proxies.solr.enabledEnables both creation of the container with ToxiProxy TCP proxy and a proxy to theembedded-solrcontainer.