Nested @CacheResult doesn't work with redis #38219
Labels
area/cache
area/redis
kind/bug
Something isn't working
triage/needs-reproducer
We are waiting for a reproducer.
Describe the bug
Calling foo results in a time-out from the endpoint calling foo:
This is possibly because quarkus is not able to keep two connections the a redis instance open at once?
Expected behavior
The code should work, not crash/timeout
Actual behavior
The endpoint calling foo() timesout.
How to Reproduce?
quarkus version 3.3.3
Java version 17
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: