yunfhu opened a new issue #76:
URL: https://github.com/apache/apisix-java-plugin-runner/issues/76


   ### Issue description
   After deep researched on Apache apisix,I have a question about the Java 
plug-in runner,is it able to support none http protocol?or is able to support 
private protocol which is implemented over tcp/ip ?The java plugin runner used 
netty as network frontend,neety should support private protocol which is 
implemented over tcp/ip.what i want to do is implement a plugin which is 
similar to MQTT-PROXY,but a self defined protocol implemented over tcp/ip,After 
apisix received the request, forward request to java plugin, then i can decode 
it, forward it to other service or deal with any other business logic in the 
plugin
   ### Environment
   
   * your apisix-java-plugin-runner version
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to