Closed a13519 closed 1 year ago
@a13519 Your example includes too many other libraries. Try to simplify it to a reproducible example only with Reactor Netty. Also review our FAQ https://projectreactor.io/docs/netty/release/reference/index.html#faq.connection-closed
Hi violetagg,
Thanks for your reply and your manual gives me the hint. after a serial of tests I figure out it is because of something in the middle, which I put eureka and api gateway on a machine and run the service on my laptop. After I deploying the service on the target machine the issue was gone.
Thanks a lot! Song
I have 2 services: order service and product service, the order service will call product service simply to retrieve all the products. I can call product service by either PostMan and Java standalone app and get response without issue.
build.gradle:
application.properties:
Service Code:
It throws the exception:
if I access api gateway directly by
It succeed.
How to fix this?
Thanks!