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
|
||||
|
||||
@@ -4,9 +4,10 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
input: testtock
|
||||
# uncomment below to have this module consume from a specific partition
|
||||
# in the range of 0 to N-1, where N is the upstream module's partitionCount
|
||||
#consumerProperties:
|
||||
# partitionIndex: 1
|
||||
input:
|
||||
destination: testtock
|
||||
# uncomment below to have this module consume from a specific partition
|
||||
# in the range of 0 to N-1, where N is the upstream module's partitionCount
|
||||
#consumerProperties:
|
||||
# partitionIndex: 1
|
||||
|
||||
@@ -21,4 +21,5 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output: xformed
|
||||
output:
|
||||
destination: xformed
|
||||
|
||||
@@ -4,6 +4,7 @@ spring:
|
||||
cloud:
|
||||
stream:
|
||||
bindings:
|
||||
output: xformed
|
||||
input: testtock
|
||||
|
||||
output:
|
||||
destination: xformed
|
||||
input:
|
||||
destination: testtock
|
||||
|
||||
Reference in New Issue
Block a user