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

[BE] FEAT: state server, produce "A connect" to kafka #134

Open
yoo-chris opened this issue Feb 10, 2025 · 0 comments · May be fixed by #146
Open

[BE] FEAT: state server, produce "A connect" to kafka #134

yoo-chris opened this issue Feb 10, 2025 · 0 comments · May be fixed by #146
Assignees
Labels
🕹️BE 백엔드 작업 FEAT 새로운 기능 추가 및 개선

Comments

@yoo-chris
Copy link
Collaborator

작업 설명

A가 접속했을 때, A의 친구인 B, C에게 A의 connect했음을 알려주기 위해 kafka로 정보를 produce하는 작업입니다.

접근 방법

ex)
{
"userId": "A",
"status": "online",
"friends": ["B", "C"],
"timestamp": 1707558301000
}

대체 방안 (선택 사항)

레퍼런스 (선택 사항)

No response

@yoo-chris yoo-chris self-assigned this Feb 11, 2025
@yoo-chris yoo-chris added FEAT 새로운 기능 추가 및 개선 🕹️BE 백엔드 작업 labels Feb 11, 2025
@yoo-chris yoo-chris linked a pull request Feb 11, 2025 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕹️BE 백엔드 작업 FEAT 새로운 기능 추가 및 개선
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant