Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 901 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 901 Bytes

Sleuth AWS SQS POC

해당 프로젝트는 Slueth(Zipkin) 를 통한 메시지 추적 POC(Proof of concept) 입니다.
Rest API 를 통해 POST 요청을 받으면, 메시지를 발행/소비 합니다. 이 과정에서 유지되는 TraceId 를 확인합니다.

This project is a Proof of Concept that tracks messages through Sleuth(Zipkin).
When a POST request is received through the Rest API, the message is published/consumed. Check the TraceId maintained during this process.

Diagram

image

Run

Clone project

$ git clone https://github.com/currenjin/sleuth-sqs-poc

Run container

$ make start-app

*jar is required.

Invoke api

$ curl --request POST --data 'test' http://localhost:5000/post