The Spring Pulsar test suites were still using the legacy starter (v0.2.0) and also Pulsar 2.11.0. This commit updates to the latest versions that are compatible w/ Boot 3.2.0 See gh-189
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
|