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

Feature: DB 락을 활용하여 동시성 문제가 일어나지 않는 예매 기능을 구현한다. #55

Closed
wants to merge 23 commits into from

Conversation

seminchoi
Copy link
Contributor

⛏ 작업 사항

  • 낙관락, 비관락 전략 구현
  • 락을 적용하여 동시성 문제가 없는 좌석 선택 및 티켓 결제 기능 구현
  • 동시성 테스트 작성

📝 작업 요약

동시성 문제가 발생하지 않는 티켓 예매 기능을 구현했습니다.

💡 관련 이슈

@seminchoi seminchoi added the ✨ Feature 기능 구현 label Aug 15, 2024
@seminchoi seminchoi self-assigned this Aug 15, 2024
Copy link
Collaborator

@hseong3243 hseong3243 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다! 리뷰 확인해주세요!

seminchoi and others added 22 commits August 16, 2024 11:18
- 사용자 검증이 필요하므로 LoginMember 정보를 메소드 인자에 추가
@seminchoi seminchoi force-pushed the feature/persistence-ticketing branch from 64520e9 to bc18a19 Compare August 16, 2024 07:40
@seminchoi seminchoi closed this Aug 16, 2024
@seminchoi seminchoi deleted the feature/persistence-ticketing branch August 16, 2024 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: DB 락을 활용하여 동시성 문제가 일어나지 않는 예매 기능을 구현한다.
3 participants