confluentinc / confluentinc/vscode
Multiple UDF registration should happen in parallel
Open
Flink
- Dominant language
- TypeScript
- Stars
- 34
- Forks
- 17
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 8
Description
1. Upload artifact with multiple UDFs
2. After successful upload, choose to register UDF
3. Select multiple UDF to register
4. Observe registration behavior
Actual:
UDFs are registered one-by-one, taking quite some time for each registration
Expected:
UDFs happens in parallel
Contributor guide
Assessment
This issue has not been assessed yet.