Is your service something that turns a normal application into API exposed services? I have been looking for something like that for a long time to expose some of my internal java applications as external API
The toolkit includes an API gateway which would allow you to serve public facing http and direct requests to internal services that may speak a different protocol such as RPC. It's highly flexible and pluggable.
Is your service something that turns a normal application into API exposed services? I have been looking for something like that for a long time to expose some of my internal java applications as external API
Sorry if this is a silly question