-
Thank you very much to the development team for providing a more lightweight search solution. However, I've encountered some issues and hope to get some help:
I'm using Java 21, Spring Boot 3.3.0, …
-
**Is this a support request?**
Not sure we need it anymore. We had to remove all feature flags from our background jobs as application was not working reliably. It took time to find out if the proble…
arekt updated
1 month ago
-
https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/data/redis/PropertiesRedisConnectionDetails.…
-
请问是否是版本依赖问题导致连接不上,直接使用zookeeper编码是可以访问的,但是dubbo连接不上
## Env
dubbo 3.2.2
zookeeper 部署版本3.8.1
spring-boot 2.7.12
## LOG
```
D:\env\Java\jdk1.8.0_181\bin\java.exe -agentlib:jdwp=transport=dt_…
-
**What's not working?**
Used following method to delete a message from queue.
```java
rqueueMessageManager.deleteMessage(Queue.DATA_SOURCE_PROCESSING, QUEUE_PRIORITY_LOW,
processingLo…
-
The [documentation for SSL enabling](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#data.nosql.redis.connecting) uses the property `spring.data.redis.ssl.enabled`, whereas the `…
-
### Expected behavior
I have a Spring Boot application where I loop until a key is found in Redis (Azure Redis). Everything works fine, and there are no issues. I run a load test with 1250 requests…
-
This issue captures all the work done and additional work required to migrate obs-infraobs-integrations owned packages to format_version 3.0.0.
In order to get some packages passing the new package-s…
-
It would be nice to have caching without having to add additional moving parts to our infrastructure. Some features I'd like to see : Cache by annotation/self-config. LRU with max memory/item limit.…
-
To be able to use Crac with spring boot applications, all open connections need to be closed before a checkpoint is taken and then they need to be re-established after a checkpoint is restored.
Sp…