-
Notifications
You must be signed in to change notification settings - Fork 116
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(router): enable starting the router without subgraphs #1533
base: main
Are you sure you want to change the base?
feat(router): enable starting the router without subgraphs #1533
Conversation
Router image scan passed✅ No security vulnerabilities found in image:
|
4b3f5aa
to
e156c27
Compare
CacheSize: 1024 * 1024, | ||
} | ||
|
||
router, err := routercmd.NewRouter(context.Background(), routercmd.Params{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instead of doing a hybrid approach, it would be great if we could purely start a router by spawning a process and configure it in the same way as a user would do. By environment variable or router config. We could maintain different presets of .env and router config for maximum flexibility. We should avoid the programmatic api completely.
Motivation and Context
Checklist