smiziara commented on issue #4404: URL: https://github.com/apache/apisix/issues/4404#issuecomment-858373444
> Do you mean https://nats.io/? > > If it provides HTTP API, we can integrate it via Lua. The keycloak plugin will be an example: https://github.com/apache/apisix/blob/master/apisix/plugins/authz-keycloak.lua Exactly. The ideia would be to use their socket communication, to achieve the best performance, avoiding bridges and any extra http calls. So I would need to keep a conection alive just like the Kafka plugin, but wait for the Rpc to respond the request. I dont wanna block anything on apisix pipeline. What would be the best approach for me to follow? Thanks! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
