spring-cloud-function
spring-cloud-function copied to clipboard
**Issue description:** We have spring cloud function deployed to azure function app. The project was built with Gradle and released from DevOps. The function is failing for error "Oops! An...
Currently, defining spring.cloud.function.definition as an environment variable is the only way to specify the name of the function to run for GcfJarLauncher. But you can specify the **class** containing the...
**Is your feature request related to a problem? Please describe.** For functions running on Cloud platforms, e.g. GCF, function package (JAR) is expected to contain a cloud-specific handler (e.g., `HttpFunction`)...
add Consumer (Reactive) Each message generates a Mono. When an error occurs in a single message, it can also be processed and entered into dlq correctly ``` java public Function
Hi: I would like to report 3 issues: 1. It appears that AvroSchemaMessageConverter module has been registered twice in ContextFunctionCatalogAutoConfiguration.functionCatalog:  2. There is a race condition which causes avro...
This is an internal housekeeping ticket for us to update any sample Azure function apps to the latest runtime by December 2022. It is not critical but a good thing...
We should look into the KafkaTrigger support [recently added](https://github.com/Azure/azure-functions-kafka-extension) and consider creating an example.
Now that retry policy support is available in Azure functions java library [1.4.2](https://github.com/Azure/azure-functions-java-library/releases) we should consider adding an example showing how to use it ([retry policy details](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-error-pages?tabs=java#fixed-delay-retry)).
We have fallen behind on the Azure function library version, as well as the maven plugin. Lets upgrade all-the-things. - [ ] https://github.com/Azure/azure-functions-java-library/releases/tag/1.4.2 - [ ] https://mvnrepository.com/artifact/com.microsoft.azure/azure-functions-maven-plugin/1.16.0 - [ ]...