Understanding Distributed Transactions through Order Systems
169developer9973
Learn about consistency issues encountered in MSA environments and their solutions.
Basic
MSA
Learn what problems can arise when implementing a first-come, first-served event system and how to solve them.
First-come, first-served event architecture
Concurrency Control
We are also confident in our first-come, first-served event system!
Get a feel for the real world with examples.
Many services often run events like "Special discount coupons for the first 300 customers." This leads many backend developers to implement first-come, first-served event systems for their business domains. However, without actual experience implementing such systems, it's difficult to grasp how to design them.
I, too, had questions about how to design first-come, first-served events when I was preparing for employment, but it wasn't until a long time after I got a job and began building my career as a developer that I finally found the answer.
So, in this lecture, we'll explore potential problems and solutions when building a first-come, first-served event system. To help novice backend developers who, like me, have similar questions, I've designed this lecture to provide hands-on experience developing a simple first-come, first-served coupon event system, allowing you to directly experience the challenges you'll encounter in real-world work. So, let's explore together!
A backend developer ponders how to implement a first-come, first-served event.
I've created a simple CRUD bulletin board, but I'm wondering what else I should learn.
💡You will learn about the problems that can arise when implementing a first-come, first-served system and how to solve them.
What is the cause and how can I fix it?
How can we prepare in advance?
Q. I've learned the basics of Java. Can I still take this course?
This course is intended for those who have experience working on a project using Spring + Java.
Therefore, we recommend that you take the course after working on a project such as a bulletin board.
Q. I only have experience developing with Node.js and JavaScript. Can I still take this course?
This course is based on Spring + Java and does not provide additional explanations about Spring or Java.
However, as long as you can understand Spring + Java-based code, you can take the course.
Q. How in-depth is the coupon system?
While this lecture covers the topic of coupons, it doesn't delve into them in depth. Please note that this is primarily intended as an example of a first-come, first-served event.
💾 Please check before taking the class.
Who is this course right for?
Anyone who has created a bulletin board using Spring and Java
For those of you who were wondering how to create a first-come, first-served coupon event system
Need to know before starting?
Java
Spring
Spring Data JPA
5,585
Learners
432
Reviews
296
Answers
4.8
Rating
3
Courses
안녕하세요. 지식공유자 최상용입니다.
많은 오픈소스에 기여한 경험이 있는 현직 백엔드 개발자입니다.
- Spring Data Mongo Contributor
- querydsl Contributor
- grpc-kotlin Contributor
- ksp Contributor
- mybatis Contributor
All
16 lectures ∙ (1hr 12min)
All
110 reviews
4.8
110 reviews
Reviews 11
∙
Average Rating 4.7
5
The lecture is good, but it is only an introductory class. Please purchase it knowing this. If you are someone who uses Ladies and Kafka in practice, you probably don't need to purchase it, and if you don't know anything at all, you can just buy it to skim the introductory course. And if you are a job seeker, if you write this much and write one line on your resume, you will be able to avoid in-depth questions during the interview. You should study separately.
hallo, thank you for your detailed course review! As you said, this course uses Redis and Kafka at an introductory level, so if you want to use it in practice, I recommend you study it in depth! Thank you for your kind words :)
Reviews 24
∙
Average Rating 4.6
5
I've quit the company now, but... When I actually ran the first-come-first-served 100 coupon event, the DB died... Whenever someone tried to issue a coupon and order, it took 5 seconds to load the page... I remember the chaos.. In the end, I had to deal with it by increasing the temporary ec2 instance and the db server, but if I had seen this lecture before, I would have suggested it and reflected it myself.. I could have had a good experience.. Now that I'm trying to test it myself.. The server cost is not cheap, and I'm very sorry.. I hope this lecture spreads widely so that people like me won't have regrets... I listened to the lecture well. Thanks to you, I became interested in Redis and Kafka, and I want to study more. Thank you.
Reviews 3
∙
Average Rating 5.0
5
I am so grateful that you taught me difficult content with practical code! It was a neat lecture! It would be better if you uploaded Notion as a lecture material all at once. It was a bit cumbersome to go into each lecture when reviewing. However, the lecture content is very informative. It is the best.
Thank you for the course review, Soyoung Choi! I will take the time to organize the lecture materials and upload them. Thank you!
Reviews 37
∙
Average Rating 4.8
5
This was something I was curious about, so I liked that you just hit on the key points.
Thank you for your review, Top! I'm glad that I achieved my goal of conveying only the key points in a short period of time!
Reviews 24
∙
Average Rating 5.0
5
I learned new knowledge, and I think I can get additional direction through this. It was good that only the key points were explained in one hour, but I was disappointed that the concept was briefly covered at the end.
Thank you for your course review, Mr. Lee Jin-woo! I tried to convey it in a short period of time, so I think it was a little lacking. If you ask questions on the Q&A board about the parts that were lacking, I think I can answer any questions you have!
Limited time deal
$12.10
21%
$15.40
Check out other courses by the instructor!
Explore other courses in the same field!