Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 482 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 482 Bytes

Zipkin-server

That's because Sleuth server is a stream Sleuth server. You're receiving spans via messaging so you need a messaging binder. Currently you can use either kafka and rabbitmq. reference.

		<dependency>
			<groupId>org.springframework.cloud</groupId>
			<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
		</dependency>

Referred examples:

https://github.com/joshlong/sleuth-blog *