node.js - Prana Side Car Service to Service Call -
i running strange problem. have implemented prana sidecar nodejs based service. node service uses prana host uri locate , call service. of services in docker containers. looks have directly call node service first in order prana work. otherwise getting following error:
21:00:46.080 [http-nio-9003-exec-1] debug o.s.c.n.zuul.web.zuulhandlermapping - mapping [/sqlprana] handlerexecutionchain handler [org.springframework.cloud.netflix.zuul.web.zuulcontroller@44cddafb] , 1 interceptor 21:00:46.106 [http-nio-9003-exec-1] info o.s.c.n.z.filters.proxyroutelocator - finding route path: /sqlprana 21:00:46.106 [http-nio-9003-exec-1] debug o.s.c.n.z.filters.proxyroutelocator - servletpath=/zuul 21:00:46.107 [http-nio-9003-exec-1] debug o.s.c.n.z.filters.proxyroutelocator - path=/sqlprana 21:00:46.107 [http-nio-9003-exec-1] debug o.s.c.n.z.filters.proxyroutelocator - matching pattern:/sqlparser/** 21:00:46.108 [http-nio-9003-exec-1] warn o.s.c.n.z.f.pre.predecorationfilter - no route found uri: /sqlprana
the problem not happen if directly hit node service.
Comments
Post a Comment