We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A가 접속했을 때, A의 친구인 B, C에게 A의 connect했음을 알려주기 위해 kafka로 정보를 produce하는 작업입니다.
ex) { "userId": "A", "status": "online", "friends": ["B", "C"], "timestamp": 1707558301000 }
No response
The text was updated successfully, but these errors were encountered:
[BE] FEAT: 유저 접속 정보를 친구에게 알림 #134
2daadc5
[BE] ETC: 필요없는 주석 삭제 #134
4b87196
[BE] FIX: fix kafka topic name & websocket userId=1 #134
dbc633a
yoo-chris
Successfully merging a pull request may close this issue.
작업 설명
A가 접속했을 때, A의 친구인 B, C에게 A의 connect했음을 알려주기 위해 kafka로 정보를 produce하는 작업입니다.
접근 방법
ex)
{
"userId": "A",
"status": "online",
"friends": ["B", "C"],
"timestamp": 1707558301000
}
대체 방안 (선택 사항)
레퍼런스 (선택 사항)
No response
The text was updated successfully, but these errors were encountered: