Skip to content

Commit d974508

Browse files
authored
Upgrade pulsar client to 3.0.0 (#167)
* Upgrade pulsar client to 3.0.0
1 parent 8c86274 commit d974508

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

backfill-cli/gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
artifact=backfill-cli
22
mainClassName=com.datastax.oss.cdc.backfill.BackfillCLI
3-
4-
pulsarVersion=2.11.0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ cassandra4Version=4.0.4
1515
dse4Version=6.8.23
1616

1717
pulsarGroup=org.apache.pulsar
18-
pulsarVersion=2.10.3
18+
pulsarVersion=3.0.0
1919
# Used when running tests locally, CI will override those values
2020
testPulsarImage=datastax/lunastreaming
2121
testPulsarImageTag=2.10_3.4

0 commit comments

Comments
 (0)