Skip to content

Commit

Permalink
feat: enable tracing injection kafka header
Browse files Browse the repository at this point in the history
  • Loading branch information
gb-cic committed Nov 21, 2023
1 parent 464dee8 commit 0597e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data.mongodb.schema-name=FSE_GTW
# KAFKA
#######################################
kafka.bootstrap-servers=localhost:29092
spring.sleuth.messaging.kafka.enabled=false
spring.sleuth.messaging.kafka.enabled=true
kafka.properties.security.protocol=
kafka.properties.sasl.mechanism=
kafka.properties.sasl.jaas.config=
Expand Down

0 comments on commit 0597e1c

Please sign in to comment.