Eric Rizzo
Eric Rizzo
I don't see how it _doesn't_ make sense at least as an option. One purpose of an API gateway is to hide details of internal services and their URLs from...
By the way, I just discovered that using `ProxyExchange` in `spring-cloud-gateway-mvc`, it _does_ automatically follow redirects. Probably because the underlying Apache HttpClient library has a class, `RedirectExec`, in the client...
I see this has been pushed to 1.3.0. Is that realistic, or just a case of "we didn't get to it, maybe next time?" I'm starting a new project and...
I'm git-inept; if I just send the one .java file would that be acceptable?
Same need for the Eclipse version of AWS Toolkit. I don't see a separate git repo for it to report, though.
What will it take to get this reviewed and potentially included in a upcoming release?
@ekoutanov can you explain exactly why you don't want to host an official chart repo? If not in github pages then somewhere else? Seems like it would take very little...
Looking at the source code for RedisCacheHandle, it looks like this behavior has to do with parsing the region from the key. But if I'm not using regions, can there...
I understand. Is there _any_ workaround at all to avoid this while still using keyspace notifications? I rely heavily on the keys being human-readable for troubleshooting.
CacheManager is agnostic about Redis namespaces in the keys, right? In other words, using : as the namespace separator in my keys is just a common convention; I can simply...