Skip to content

Commit 8e21084

Browse files
committed
Update Pulsar version to match our current StreamNative clusters
1 parent 66d5fa0 commit 8e21084

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pulsar/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414

1515
<properties>
1616
<!-- Keep in sync with the version in our cloud StreamNative -->
17-
<pulsar.version>3.0.4.6</pulsar.version>
18-
<log4j.version>2.20.0</log4j.version>
17+
<pulsar.version>3.3.3.3</pulsar.version>
18+
<log4j.version>2.23.1</log4j.version>
1919

2020
<!-- Need the BOM to reconcile version conflicts -->
21-
<grpc.version>1.55.3</grpc.version>
21+
<grpc.version>1.56.1</grpc.version>
2222
</properties>
2323

2424
<dependencyManagement>

pulsar/src/main/java/com/compassion/commons/pulsar/mock/MockContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,5 @@ public MockContext putSecret(String secretName, String secret) {
8585
@Override public void deleteState(String key) { /* No impl */ }
8686
@Override public PulsarAdmin getPulsarAdmin() { return null; }
8787
@Override public <X> FunctionRecordBuilder<X> newOutputRecordBuilder(Schema<X> schema) { return null; }
88+
@Override public void fatal(Throwable t) { log.error("Pulsar error", t); }
8889
}

0 commit comments

Comments
 (0)