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

Allow exposing multiple KIC debug server endpoints from a single process #7042

Open
1 task
czeslavo opened this issue Jan 27, 2025 · 0 comments
Open
1 task
Labels
area/feature New feature or request

Comments

@czeslavo
Copy link
Contributor

As we're going to run multiple KIC instances in a single process, we want to make sure it's possible to run a single HTTP server for debugging purposes that will expose debug data for all the running instances. Preferably, that would be an endpoint prefixed with the KIC instance ID.

This will most likely require creating a centralized manager that will be responsible for dynamically registering/deregistering debug endpoints on every KIC instance creation/deletion.

Acceptance criteria

  • When multiple KIC instances are created in a single process, there's a single HTTP server that exposes the instances' debug endpoints, having them separated dynamically based on their instance ID
@czeslavo czeslavo added the area/feature New feature or request label Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant