Hi @miroslav.capkovic@ironman sorry to take a couple of days to get back to you. This really isnât a supported setup and probably drifts into the âneeds consulting servicesâ category. Happy to discuss further if thatâs a path you wish to take.
Thanks for reply. Just for understanding: Do you mean that corredor is unsuported or usage of such npm modules in corrrredor server script is unsuported ?
No one has ever tried this before so youâre going into uncharted territory.
Using external libraries can work, but youâll have to debug it yourself since no one has any experience with this.
Finally I workaround-ed this issue using GRPC library in corredor server script and encapsulating necessary KC logic into node GRPC server. Another benefit of this solution is isolating complex logics from server scripts.