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

Programmatic/on-demand Compilation #2945

Closed
austince opened this issue May 5, 2024 · 3 comments
Closed

Programmatic/on-demand Compilation #2945

austince opened this issue May 5, 2024 · 3 comments

Comments

@austince
Copy link

austince commented May 5, 2024

I'm experimenting with a server that can support dynamically registering new schemas without restarting, similar to Kubernetes CustomResourceDefinitions. Ideally, these schemas will be proto.

For scale, looking to support on the order of 100s of schemas, each less than 500kb.

Naively, thinking I'll need to compile them at runtime on each instance of the server. I'd worry if this poses feasibility concerns, depending on how expensive it is to compile.

Has there been any similar use cases discussed here? Are there any simpler ways to go about it?

@bufdev
Copy link
Member

bufdev commented May 17, 2024

Apologies for the delay in response - would you be open to setting up a call to discuss?

@austince
Copy link
Author

austince commented May 17, 2024

Hey there, sure thing happy to join a call.

@bufdev
Copy link
Member

bufdev commented May 18, 2024

Sent an email to the email address listed on your GitHub profile - happy to chat. I think this issue is unlikely to be directly related to the CLI, so I'm going to close this issue, but looking forward to talking.

@bufdev bufdev closed this as completed May 18, 2024
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

No branches or pull requests

2 participants