added explicit destination properties

This commit is contained in:
Mark Fisher
2016-03-17 09:50:44 -04:00
parent 85cee37661
commit fabae1c6f4
4 changed files with 16 additions and 11 deletions

View File

@@ -4,5 +4,7 @@ spring:
cloud:
stream:
bindings:
output: xformed
input: testtock
output:
destination: xformed
input:
destination: testtock

View File

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

View File

@@ -21,4 +21,5 @@ spring:
cloud:
stream:
bindings:
output: xformed
output:
destination: xformed

View File

@@ -4,6 +4,7 @@ spring:
cloud:
stream:
bindings:
output: xformed
input: testtock
output:
destination: xformed
input:
destination: testtock