Skip to content

Slueth(Zipkin) 를 통한 SQS Message Tracing POC(Proof of concept) 입니다.

Notifications You must be signed in to change notification settings

nowjin/sleuth-sqs-poc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sleuth AWS SQS POC

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

Diagram

image

Run

Clone project

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

Run container

$ docker-compose up

Invoke api

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

About

Slueth(Zipkin) 를 통한 SQS Message Tracing POC(Proof of concept) 입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 94.8%
  • Dockerfile 2.9%
  • Makefile 2.3%