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

Use net_util::run_hyper_server to run admin http server #1842

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

tillrohrmann
Copy link
Contributor

Use net_util::run_hyper_server to run admin http server.

Remove TaskCenter from AdminServiceState

Since we are spawning the connection handling of the Admin HTTP server
in the TaskCenter, we no longer need to spawn TaskCenter tasks from
within the REST handlers.

@tillrohrmann tillrohrmann force-pushed the admin-uses-hyper-server branch from 7c4fd30 to 07156dd Compare August 15, 2024 20:44
Since we are spawning the connection handling of the Admin HTTP server
in the TaskCenter, we no longer need to spawn TaskCenter tasks from
within the REST handlers.
@tillrohrmann tillrohrmann force-pushed the admin-uses-hyper-server branch from 07156dd to fbee26b Compare August 16, 2024 07:23
@tillrohrmann tillrohrmann merged commit fbee26b into restatedev:main Aug 16, 2024
4 checks passed
@tillrohrmann tillrohrmann deleted the admin-uses-hyper-server branch August 16, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants