mirror of
https://github.com/wahyd4/spring-cloud-stream-samples.git
synced 2026-08-09 13:26:01 +10:00
added explicit destination properties
This commit is contained in:
@@ -4,5 +4,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output: xformed
|
||||
input: testtock
|
||||
output:
|
||||
destination: xformed
|
||||
input:
|
||||
destination: testtock
|
||||
|
||||
Reference in New Issue
Block a user