Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

초기 아키텍처 구성 #1

Closed
3 tasks done
since1909 opened this issue Oct 23, 2024 · 1 comment
Closed
3 tasks done

초기 아키텍처 구성 #1

since1909 opened this issue Oct 23, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@since1909
Copy link
Member

since1909 commented Oct 23, 2024

아키텍처 설계

  1. 백엔드 서버
  2. 보고서 서버
  3. 카프카

1, 2, 3 의 서비스를 도커 컴포즈로 구성

구현

  1. createReport:
    백엔드 서버가 message produce
    보고서 서버가 message consume

  2. downloadReport:
    보고서 서버가 message produce
    백엔드 서버가 message consume

체크리스트

  • 백엔드 서버 consume/produce 로직 개발
  • 보고서 서버 consume/produce 로직 개발
  • 통합 테스트 코드 작성
@since1909
Copy link
Member Author

since1909 commented Oct 23, 2024

보고서 서버가 downloadReport 메시지 발행할 때,

  • 메시지 자체에 바이트 스트림을 전달할지
  • 생성된 보고서 파일을 s3 에 업로드 한 뒤 알림 메시지만 전송할지

결정 필요
-> 해당 논의 사항은 7번 이슈에서 진행하겠습니다!

suna-ji referenced this issue Oct 25, 2024
주키퍼, 카프카, 백엔드, 레포트를 docker-compose로 관리하도록 설정
@suna-ji suna-ji reopened this Oct 26, 2024
@suna-ji suna-ji added the enhancement New feature or request label Oct 28, 2024
@suna-ji suna-ji added this to the V1.0.0 milestone Oct 28, 2024
since1909 added a commit that referenced this issue Nov 5, 2024
Add #1 보고서 통합 테스트 코드 작성
@suna-ji suna-ji closed this as completed Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants