Azure / Azure/azure-functions-java-worker
Add more DataTypes support for blobtrigger
- Dominant language
- Java
- Stars
- 103
- Forks
- 74
- Avg merge
- 4d 8h
- Merged PRs (30d)
- 2
Description
Looks like only String, byte[], and POJO is supported for blobtrigger, so the entire blob contents are loaded into memory.
Is it possible that java worker adds datatype like `CloudBlockBlob`, to avoid loading huge blob into memory and leverage storage api? [Those types](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-blob#trigger---usage) seems only supported in c# function.
Contributor guide
Research direction
Start by locating the Java worker's blobtrigger binding code that handles String, byte[], and POJO inputs, then review the Azure Functions blob trigger usage types linked in the issue. Done means a supported storage-backed type such as CloudBlockBlob can be used without loading the entire blob into memory.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, java
- Domain
- backend, cloud
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100