Files
spring-pulsar/spring-pulsar-sample-apps/sample-reactive/compose.yaml
Chris Bono 4981b28c2d Update to Pulsar 3.3.1 (#772)
* Update to Pulsar 3.3.1

* Handles deprecation to PulsarClient.getPartitionsForTopic(String)

* Adds support to PulsarClientProxy for newly added
PulsarClient.getPartitionsForTopic(String, boolean)

* Add deprecation note to "What's New" doc

Resolves #767
2024-08-10 21:24:19 -05:00

8 lines
137 B
YAML

services:
pulsar:
image: 'apachepulsar/pulsar:3.3.1'
ports:
- '6650'
- '8080'
command: 'bin/pulsar standalone'