mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 05:16:18 +10:00
14 lines
287 B
YAML
14 lines
287 B
YAML
spring:
|
|
cloud:
|
|
stream:
|
|
function.definition: aggregate
|
|
bindings:
|
|
output:
|
|
destination: transformed
|
|
test-sink:
|
|
destination: transformed
|
|
input:
|
|
destination: testtock
|
|
test-source:
|
|
destination: testtock
|