0

私はkurtkaをsleuthレポートの宛先として設定しようとしています。 sleuthがデフォルトのトピックの詐欺を送信し続けることを除いて、すべてがうまくいきます。 テストのようにカスタマイズされたトピックにスパンを送ることを希望しましたspring-cloud-streamを使用してsleuth-kakaのトピック名を指定してください。

以下はカフカチャンネルの設定です。

spring.cloud.stream.kafka.binder.brokers=localhost:9094 
spring.cloud.stream.kafka.binder.zkNodes=localhost:2182 
spring.cloud.stream.bindings.input.destination=test 
spring.cloud.stream.kafka.binder.configuration.security.protocol=SASL_PLAINTEXT 

お気軽にお問い合わせください。

答えて

2

ストリームSLeuthのチャンネルはSleuthと呼ばれます。ちょうどspring.cloud.stream.bindings.sleuth.destination=yourCustomNameを変更してください。そうすれば、あなたは別のトピックからSleuthのスパンを送ったり読んだりします。