Skip to content

Commit

Permalink
Downgrade pulsar client in connector tests to 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aymkhalil committed Apr 14, 2023
1 parent c0885ca commit ac02f27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions connector/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
artifact=connector

# TODO: remove this to fall back to the oveerall client used in the project (2.20.3) once the following issue is fixed:
# https://github.com/apache/pulsar/issues/20092
pulsarVersion=2.8.3
3 changes: 2 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ dse4Version=6.8.23

pulsarGroup=org.apache.pulsar
pulsarVersion=2.10.3
# Used when running tests locally, CI will override those values
testPulsarImage=datastax/lunastreaming
testPulsarImageTag=2.8.0_1.1.42
testPulsarImageTag=2.10_3.4

kafkaVersion=3.4.0
vavrVersion=0.10.3
Expand Down

0 comments on commit ac02f27

Please sign in to comment.