-
I am experiencing a connection failure when trying to connect to the Redis server from my application. Below are the logs of the issue:
```java
DEBUG [2024-10-25 19:30:04,019] o.s.d.r.c.RedisCo…
-
http://www.ityouknow.com/springboot/2016/02/03/spring-boot-web.html
上篇文章介绍了Spring boot初级教程:spring boot(一):入门篇,方便大家快速入门、了解实践Spring boot特性;本篇文章接着上篇内容继续为大家介绍spring boot的其它特性(有些未必是spring boot体系桟的功能,但是是…
-
# Template
## 느낀점
## 정리
## 몰랐던 내용
## 더 알아본 내용
## 질문
-
My Spring Cloud Gateway acts as a Gateway and has a Circuit Breaker, Time Out Limiter, Retry Mechanism and Rate Limiter
Now if I spin up different instances of the SCG (for a distributed app), woul…
-
We have a strong requirement to use sticky sessions, because when content is written to our backend repository there is some asynchronous technology to update other cluster nodes. So only with sticky …
-
## 리팩토링 할 목록
### Jmeter로 as-is 확인 필요
- [x] 검색 쿼리 수정, 특정 공고 검색 안되는 이슈 해결 (원인 찾기) (fulltext ?)
- [x] 변경 가능성이 적은 데이터들 레디스 이용해서 캐싱 처리
- [x] 스케줄러 - findAll이 아니라 enddate가 LocalDateTime보다 이후면 들고오기 (쿼리짜서)
- …
-
**Expected behavior**
When calling RLock `tryLock` on an occupied lock on a Redis cluster running in clustered mode, it should wait until the lock is released and take it.
**Actual behavior**
Set…
-
https://www.pdai.tech/md/about/me/blog-question.html
-
Developers of Spring applications on the JVM are typically accustomed to being able to do advanced configuration at runtime with mechanisms like Spring profiles. Ahead-Of-Time transformations and Graa…
-
Idea :
- Annotation with ephemeral options (TTL, delete docs, ...)
- Index lazy created if not already exists at Find*By* call.