* 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
8 lines
137 B
YAML
8 lines
137 B
YAML
services:
|
|
pulsar:
|
|
image: 'apachepulsar/pulsar:3.3.1'
|
|
ports:
|
|
- '6650'
|
|
- '8080'
|
|
command: 'bin/pulsar standalone'
|