spring-cloud-function icon indicating copy to clipboard operation
spring-cloud-function copied to clipboard

Results 122 spring-cloud-function issues
Sort by recently updated
recently updated
newest added
trafficstars

**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...

waiting-on-feedback
AZURE

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...

GCF

**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`)...

GCF

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

enhancement
ideal-for-contribution

Hi: I would like to report 3 issues: 1. It appears that AvroSchemaMessageConverter module has been registered twice in ContextFunctionCatalogAutoConfiguration.functionCatalog: ![image](https://user-images.githubusercontent.com/47851184/162912461-48df9368-b233-4041-a446-f2ae256b6032.png) 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...

AZURE

We should look into the KafkaTrigger support [recently added](https://github.com/Azure/azure-functions-kafka-extension) and consider creating an example.

AZURE

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)).

AZURE

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 - [ ]...

AZURE