tokers commented on issue #966:
URL:
https://github.com/apache/apisix-ingress-controller/issues/966#issuecomment-1128628619
> WeOpen Star I'm willing to help implement this feature, but i m not sure
is suitable for me. I have no experience at any ingress controller development.
I find out APISIX has support MQTT protocol by `mqtt-proxy` plugin. So
ApisixIngress just need to implement `stream[].plugins` at ApisixRoute API? Is
three any guideline about how to implement APISIX's stream plugin?
Right. What you should focus on are:
* What fields should we expose in the CRD?
* How to generate the plugin config on the APISIX side.
You can refer to some existing plugin supports (Now APISIX Ingress
Controller doesn't customize fields on the CRD side but use same plugin
settings with APISIX).
--
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]