Closed dreamstar-enterprises closed 3 months ago
This doesn't look like a Spring Boot issue in itself. It looks like either an issue with your Redis server or the client. I'm afraid we lack the expertise to help you here.
Hi Phil. I'll look into it. I'm using Azure Redis Cache, to it might be because of that. Is that what you meant by client too, or are Redis Server and Client two separate things?
I mean the Lettuce library you are using to connect to the Redis server. Perhaps your timeouts are too tight. Just a guess, you'll probably be better off seeking out Redis experts for help.
I ran this in Docker compose and do not get the same error:
Describe the bug This is the bug I keep getting, when I load my Spring Application. I don't know why it is, but I've been stuck on it for 2 months.
Lettuce Connection Factory
I don't really understand what I'm doing wrong here:
This always happens when I load Spring Boot. Can someone help?
To Reproduce
Please follow my github repo here. The specific class file that I think is causing the issue can be found here Steps to reproduce the behavior.
Expected behavior No error should be thrown, just like when I connect using the command line.
Sample
See above. The full bff repo folder can be found here: https://github.com/dreamstar-enterprises/docs/tree/master/Spring%20BFF/bff