0

I'm using spring-cloud-sleuth-stream and spring-cloud-starter-stream-kafka sending span to kafka,exception occur in connection. spring cloud version Edgware.SR1

 spring
  cloud:
     stream:
       kafka:
           binder:
               brokers: 192.168.1.177:9092  
               zkNodes: 192.168.1.177:2181 

192.168.1.177 is my localhost

Initialize connection

retry excepetion

I cannot understand why Updated cluster metadata version 2 to Cluster,and the host is changed to 988fffc614b5,and how to fix it

yokv
  • 5
  • 3

1 Answers1

1

The spring-cloud-sleuth-stream module is deprecated. Please use the standard starter-zipkin with kafka on the classpath and proper configuration as described in the documentation.

Marcin Grzejszczak
  • 10,624
  • 1
  • 16
  • 32