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

Enable parallel processing with crd-generator v2 #5952

Open
shawkins opened this issue Apr 24, 2024 · 0 comments
Open

Enable parallel processing with crd-generator v2 #5952

shawkins opened this issue Apr 24, 2024 · 0 comments
Assignees
Labels
component/crd-generator Related to the CRD generator

Comments

@shawkins
Copy link
Contributor

The v2 generator will need to be parallized at the clazz level.

There will need to be a ResolvingContext instance for each usage - the SchemaGenerator isn't thread-safe. But they could all share the "seen" Jackson schema instances so that any common classes would not need to be re-resolved.

@shawkins shawkins added the component/crd-generator Related to the CRD generator label Apr 24, 2024
@shawkins shawkins self-assigned this Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/crd-generator Related to the CRD generator
Projects
None yet
Development

No branches or pull requests

1 participant