Files
Chris Bono 55e9ebe293 Update Spring Pulsar for Boot 3.2.0 compatibility
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
2023-10-11 10:24:24 +02:00

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