This commit introduces CRaC smoke tests for Spring Pulsar and Spring Pulsar Reactive. See spring-projects/spring-pulsar#422 Closes gh-38
11 lines
237 B
YAML
11 lines
237 B
YAML
version: '3'
|
|
services:
|
|
pulsar:
|
|
image: apachepulsar/pulsar:3.1.0
|
|
ports:
|
|
- '8080'
|
|
- '6650'
|
|
command: bin/pulsar standalone
|
|
healthcheck:
|
|
test: curl http://127.0.0.1:8080/admin/v2/namespaces/public/default
|