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

INTERNAL: integrate piped operation callbacks #873

Merged
merged 1 commit into from
Jan 24, 2025
Merged

Conversation

oliviarla
Copy link
Collaborator

🔗 Related Issue

⌨️ What I did

  • pipe 연산 callback을 PipedOperationCallback으로 통합합니다.
    • bulk insert 연산의 callback에서 주어진 index에 해당하는 key를 찾을 수 있으므로 인터페이스 통합이 가능합니다.
  • 콜백 객체의 gotStatus() 메서드 내부에서 status의 성공 여부를 판단해 처리하도록 수정했습니다.
  • piped exist 연산의 경우 not my key로 인해 redirect될 수 있고 이 과정에서 일부 서버에 단일 연산이 보내지고 응답받을 수 있습니다. 하지만 단일 연산 처리 시 successAll를 고려하지 않고 있어 이를 고려하도록 수정했습니다.

@jhpark816 jhpark816 merged commit 7f5c781 into naver:develop Jan 24, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants