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

Open
kjungw1025 opened this issue Aug 30, 2024 · 0 comments
Open

새로운 티커 심볼 정보에 대한 알림 기능 필요 #1

kjungw1025 opened this issue Aug 30, 2024 · 0 comments
Assignees
Labels
feat New feature or request later It will be updated later.

Comments

@kjungw1025
Copy link
Member

문제

ELS 상품 발행시 기초자산들에 대한 각각의 티커 심볼(Ticker Symbol)이 존재한다.
예를 들어, 삼성전자의 경우 005930, 애플의 경우 AAPL이다.

이러한 티커 심볼 정보를 통해 본 서비스에서 주가 그래프라 던지 여러 추가 정보를 가공하기위해 yfinance를 통해 받아올 것이기 때문에
각 기초자산에 대한 티커 심볼 정보를 사전에 파악하고 있는 것이 중요하다.

그러한 정보들을 DB에 미리 저장해놨는데, 새로운 ELS 상품을 발행하면서 DB에 저장되어 있지 않은 티커 정보임을 확인한다면
이러한 내용을 개발자가 Slack을 통해 알림을 받도록 구현하고자 한다.


전체적인 구조

batch-service(Kafka Producer) -> notification-service(Kafka Consumer) -> Slack -> 백엔드 개발자 알림 확인

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request later It will be updated later.
Development

No branches or pull requests

1 participant