Questions tagged [spring-cloud-gateway]

Spring Cloud Gateway is an API Gateway library on top of the Spring reactive ecosystem. Use this tag when encountering issues with Spring Cloud Gateway components.

spring-cloud-gateway provides a library for building an API Gateway on top of Spring MVC. Spring Cloud Gateway aims to provide a simple, yet effective way to route to APIs and provide cross cutting concerns to them such as: security, monitoring/metrics, and resiliency.)..

1147 questions
-1
votes
1 answer

Spring Cloud Gateway Guide from Pivotal not working well

I need help learning and running Spring Cloud Gateway. I have been following this Guide from Pivotal as faithfully as I can, but I keep on getting problems. Here's my progress so far on Github. I even thought I was doing things the right way that I…
-1
votes
1 answer

How can I pass my ReactiveSecurityContextHolder role to the mono webclient rest call?

I am having Spring Cloud Gateway with a custom filter. In this filter, I try to call my webclient with a parameter. The roles from the ReactiveSecurityContextHolder. The getAccessToken result…
-1
votes
1 answer

SpringSession WebSession with GemFire/Geode

Is there any support or plan to support WebSession with GemFire/Geode? Currently I can only find support for Redis and Map based Reactive Session management within the Spring Session project.
-1
votes
1 answer

Is it possible to run Spring Cloud Gateway on an external application server?

I want to create a war file of Spring Cloud Gateway Project (version 2.1.2.RELEASE) and deploy it on a container which supports reactive, is it possible? which application server is suggested?
-2
votes
0 answers

can we setup transaction form like this with eway payment gatewy

can we setup transaction form like this with eway payment gateway manual transaction form in Wordpress website for immigration website? please provide whole code. i have also visited Eway Sdk website
-2
votes
1 answer

WebClient synchronous call does not return from within a filter stack trace

In a Spring Gateway API I have a filter which calls a class to make a call to another API using WebClient. If I make the same call from say a controller the call returns. However when this webclient call is made from within the Filter stack it never…
1 2 3
76
77