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

4장 처리율 제한 장치의 설계 #23

Open
ahyeon-github opened this issue Sep 6, 2023 · 1 comment
Open

4장 처리율 제한 장치의 설계 #23

ahyeon-github opened this issue Sep 6, 2023 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@ahyeon-github
Copy link
Member

ahyeon-github commented Sep 6, 2023

🚀 Resources to Share

1. 배달의민족 처리율 제한전략

2. Java 예제

https://goalgorithm.wordpress.com/2019/06/08/designing-an-api-rate-limiter/

📎 Additional context

@ahyeon-github ahyeon-github added the documentation Improvements or additions to documentation label Sep 6, 2023
@thoongee
Copy link
Collaborator

thoongee commented Sep 6, 2023

2번에 대한 추가 자료 첨부합니다!

https://hogwart-scholars.tistory.com/entry/Spring-Boot-%EC%9E%90%EB%B0%94-%EC%8A%A4%ED%94%84%EB%A7%81%EC%97%90%EC%84%9C-%EC%B2%98%EB%A6%AC%EC%9C%A8-%EC%A0%9C%ED%95%9C-%EA%B8%B0%EB%8A%A5%EC%9D%84-%EA%B5%AC%ED%98%84%ED%95%98%EB%8A%94-4%EA%B0%80%EC%A7%80-%EB%B0%A9%EB%B2%95

guava는 구글이 개발한 오픈소스 라이브러리로, guava가 제공하는 기능 중 처리율 제한 기능이 존재한다고 합니다. Spring에서 throttling을 하기 위해 Guava의 RateLimiter가 주로 사용된다고 합니다.

@thoongee thoongee assigned thoongee and unassigned thoongee Sep 6, 2023
@thoongee thoongee removed their assignment Sep 6, 2023
@thoongee thoongee assigned thoongee and ahyeon-github and unassigned thoongee Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants