Skip to content

Commit

Permalink
Merge pull request #570 from jeantil/upgrade-3.1.1
Browse files Browse the repository at this point in the history
upgrades to pulsar 3.1.1
  • Loading branch information
judu authored Dec 6, 2023
2 parents 83e5d77 + 0245040 commit b5e532c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ val JacksonVersion = "2.14.1"
val Log4jVersion = "2.22.0"
val MonixVersion = "3.4.1"
val PlayJsonVersion = "2.10.0-RC7"
val PulsarVersion = "2.10.3"
val PulsarVersion = "3.1.1"
val ReactiveStreamsVersion = "1.0.2"
val FunctionalStreamsVersion = "3.4.0"
val Json4sVersion = "4.0.6"
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
standalone:
image: apachepulsar/pulsar:2.8.1
image: apachepulsar/pulsar:3.1.1
ports:
- "6650:6650"
- "8080:8080"
Expand All @@ -12,7 +12,7 @@ services:
command: >
/bin/bash -c
"bin/apply-config-from-env.py conf/standalone.conf
&& bin/pulsar standalone --advertised-address standalone"
&& bin/pulsar standalone"
dashboard:
profiles: ["dashboard"]
Expand Down

0 comments on commit b5e532c

Please sign in to comment.