-
Notifications
You must be signed in to change notification settings - Fork 542
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: supports dynamic configuration of stream-route #1986
Comments
Agree with @tzssangglass suggestion, add the menu item And in fact it is a complete module, we need both UI and manager-api, for UI:
for manager-api refer to https://apisix.apache.org/docs/apisix/2.7/admin-api#request-methods-10 welcome prs to support this feature in the dashboard. |
Hi @liuxiran, I would like to try the UI part. |
thanks a lot @Baoyuantop , assign to you~ |
who would like to try the part of manger-api, @Xu-Mj do you like to try it? |
ok , i'll try this part. |
Hi @Baoyuantop I noticed that @Xu-Mj has submitted #2104 for the API part, you can have a try with your UI part, and any problems can comment here, thanks a lot |
in order to let dashboard work together with APISIX 2.9, we adjusted our plan to quickly release a suitable version, and for this missing feature, move it to m2.9, and hope for this big feature ready, any questions can comment here, thanks a lot |
Hi @Baoyuantop do you need any help with the front-end functionality? |
I'm doing it, not yet |
any update for this feature? |
Feature request
Please describe your feature
dashboard supports dynamic configuration of stream-route, just like configuring route.
Describe the solution you'd like
we can add a stream-route button on the left side, just like
![image](https://user-images.githubusercontent.com/30819887/126024962-7dba9306-b623-4859-83fe-c7fe2f0b41e4.png)
Additional context
the APISIX's admin-api of stream-route: https://github.com/apache/apisix/blob/master/docs/en/latest/admin-api.md#stream-route
the stream-proxy of APISIX: https://github.com/apache/apisix/blob/master/docs/en/latest/stream-proxy.md
I'm still working on the idea for this, any good suggestions from the community?
The text was updated successfully, but these errors were encountered: