We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a01f2 commit e0f37f9Copy full SHA for e0f37f9
spring-pulsar-sample-apps/sample-failover-custom-router/build.gradle
@@ -21,6 +21,7 @@ ext['pulsar.version'] = "${pulsarVersion}"
21
dependencies {
22
implementation 'org.springframework.boot:spring-boot-starter-pulsar'
23
implementation 'org.springframework.boot:spring-boot-starter-actuator'
24
+ implementation 'org.springframework.boot:spring-boot-jackson2'
25
implementation 'org.springframework.boot:spring-boot-zipkin'
26
implementation 'io.micrometer:micrometer-tracing-bridge-brave'
27
implementation 'io.zipkin.reporter2:zipkin-reporter-brave'
0 commit comments