Skip to content
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

[Enhancement] Integrate Runtime admin endpoints with Netty server phase 1 #4750

Closed
3 tasks done
karsonto opened this issue Jan 18, 2024 · 0 comments · Fixed by #4739
Closed
3 tasks done

[Enhancement] Integrate Runtime admin endpoints with Netty server phase 1 #4750

karsonto opened this issue Jan 18, 2024 · 0 comments · Fixed by #4739
Labels
enhancement New feature or request

Comments

@karsonto
Copy link
Contributor

Search before asking

  • I had searched in the issues and found no similar issues.

Enhancement Request

Relate to ISSUE #4738 , It may need 2 phases to fix this issue.
Phase 1 : Replace sun.net.httpserver.HttpServer to use netty server . Keep HttpHandler remain the same.
Phase 2: Replace HttpHandler to event mesh HttpRequestProcessor

Describe the solution you'd like

Replace sun.net.httpserver.HttpServer to use netty server . Keep HttpHandler remain the same.

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@karsonto karsonto added the enhancement New feature or request label Jan 18, 2024
xwm1992 pushed a commit that referenced this issue Feb 4, 2024
…er (#4739)

* fix 4738

* fix some bug

* fix bug

* remove initProducerManager from AbstractRemotingServer init

* bug fix

* bug fix

* some enhance

* some enhance

* add admin bootstrap

* some enhance

* remove HttpHandlerManager and ClientManageController.

* modify some unit test

* add admin http handlermanager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant