azure-functions-java-worker
azure-functions-java-worker copied to clipboard
Java runtime and core types for Microsoft Azure Functions
### Issue describing the changes in this PR This PR includes: - add invocation chain to support register customer middleware - resolve the thread safe issue on executor by shallow...
This is a work in progress. Will add tests if there's interest in this. This simple patch provides a hook so that DI frameworks can instantiate function class instances. In...
### Issue describing the changes in this PR migrate java8 to java11 worker logics. Remove redundant codes. ### Pull request checklist * [X] My changes **do not** require documentation changes...
resolves #637 ### Pull request checklist * [x] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue linked to PR * [x] My changes **should not**...
### Issue describing the changes in this PR decouple the function load payload with invocation executor, which may help to resolve thread-safe issue when adding middleware pipeline support logics. ###...
When running a profiler for the placeholder pools, it is observed that there are some files which is being read from the disk during specialization. Reading those files before specialization...
### Issue describing the changes in this PR resolves #630 https://github.com/Azure/azure-functions-host/issues/2308 https://github.com/Azure/azure-functions-host/issues/3296 attached design doc: https://dev.azure.com/msazure/One/_git/AAPT-Antares-Docs?path=/TeamDocs/FunctionTeamDocs/Design/OOPWorkers/GracefulShutdownOfWorker.md&_a=preview&anchor=out-of-proc-support-for-cancellation-tokens The flow would be the following: - If the worker does not support termination...
### Issue describing the changes in this PR remove hard code version in pipeline as it's not helpful in anyway. ### Pull request checklist * [X] My changes **do not**...
Dotnet worker, python worker both have reference to cx code at worker start up, this brings a lot of flexibility into worker implementation and when adding new features to worker...
Proto file link - https://github.com/Azure/azure-functions-language-worker-protobuf/blame/dev/src/proto/FunctionRpc.proto#L81