stream-applications
stream-applications copied to clipboard
Functions and Spring Cloud Stream Applications for data driven microservices
We currently have AT/ITs scattered about in a few places. Let's consolidate them into a form that makes sense and avoid duplication. Some of the places: * https://github.com/spring-cloud/stream-applications-acceptance-tests * https://github.com/spring-cloud/stream-applications/blob/main/applications/stream-applications-integration-tests/README.adoc...
Some of the dependencies in the Apps metadata and docs generator plugin used by the stream-applications need to be updated. One example, is where our good friend dependa-bot recently created...
## Duplication There is a table that lists the available stream apps and it is in several locations: - https://github.com/spring-cloud/stream-applications/blob/main/README.adoc#reusable-spring-cloud-stream-applications - https://dataflow.spring.io/docs/applications/pre-packaged/#scdf-stream-applications - https://spring.io/projects/spring-cloud-stream-applications This duplication leads to inconsistency across...
hi, we want to use the s3-sink application to write files to an s3 storage. For this we use the File-Source and the S3-Sink applications. in the file-source the mode...
This document is out of date and need to be removed or updated with links to spring-functions-catalog.
We are currently using spring cloud dataflow in a kubernetes cluster and as per documentations groovy processor is accepting the file path of the script. And script processor is accepting...
I would seek help to understand as how we can run a HA setup for the SCDF running on K8S, we would like to get this setup done by using...
Tracking issue for: - [ ] https://github.com/spring-cloud/stream-applications/security/code-scanning/205
In our `stream-applications-build/pom.xml` we have explicit versions for many libs that are either in the Spring Cloud or Spring Boot BOM. Improve the build by removing these hardcoded versions.
The GraphQL source will have to implement subscriptions. The processor will use elements of message as parameters to perform a query and the result becomes the output. The sink will...