ghoddg
ghoddg
Hi, I am also facing the same issue and the error is as below java.lang.ClassCastException: org.springframework.core.io.buffer.DefaultDataBufferFactory cannot be cast to org.springframework.core.io.buffer.NettyDataBufferFactory at org.springframework.cloud.gateway.filter.NettyWriteResponseFilter.lambda$filter$0(NettyWriteResponseFilter.java:61) ~[spring-cloud-gateway-core-2.0.0.BUILD-SNAPSHOT.jar:2.0.0.BUILD-SNAPSHOT]
Hi @spencergibb .. I am starting my api gateway service with tomcat. The service is started properly but when i hit api, it is giving me the above error Also,...
@spencergibb Thanks for update.
@spencergibb , from above communication, i got understanding that, API Gateway Service with Spring Cloud Gateway will not work with Tomcat as well as Weblogic for now and it will...
whenever we update the routes, we have to restart the gateway server. How can we update the routes dynamically ? is there any way to fetch the routes through jdbc?
Thanks Spencer, Do you have the reference implementation project on github with JDBC routes repository?
Hello @spencergibb ..can you help me understand on your above comment "or post to /actuator/gateway/refresh" I have implemented my Config Server with JDBC backend and not GIT. Now, i am...
Hi @Emmarock we can add the routes in PROPERTIES table of config server and make the gateway as client of config server. Make sure config server should start before the...