Hello comunity, i hope you are doing well!!
We have a SaaS API service, which is intended for the financial sector, this service is responsible for serving endpoints to external applications to place orders for the purchase and sale of shares in the transaction system of the a Stock Exchange, these orders can only be routed in said system through the FIX protocol, with which most financial transactional systems work worldwide, the advantage of our service is that it isolates the complexity for external applications to manipulate said protocol and instead this service gives you The information in JSON format.
The above is the context of the service and its purpose. For the administration of the service, we decided to opt for Kong Wategay, we are using the free version, installed inside a Docker container, as well as our SaaS API, precisely to evaluate that it suits our needs.
The issue we are experiencing right now is that our service developed in Java Spring Boot, emits events of the SSE type (Server Sent Events) which the client application does not receive at the time of being sent by the server and most are not even received, and this happens when we place Kong Gateway as Middleware.
What we would like to know is if there is any particular configuration that should be applied.
We want Kong to become our Middleware layer for the administration of our API service and take advantage of all the strengths that this tool has.
I remain attentive to your comments.