fixed source/sink samples' input/output properties

This commit is contained in:
Mark Fisher
2015-07-16 18:38:37 -04:00
parent 23a818d79d
commit 460bb140f2
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ server:
spring:
cloud:
channels:
outputChannelName: testtock
inputChannelName: 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:

View File

@@ -4,7 +4,7 @@ fixedDelay: 5000
spring:
cloud:
channels:
inputChannelName: testtock
outputChannelName: testtock
# uncomment below to use the last digit of the seconds as a partition key
# hashcode(key) % N is then applied with N being the partitionCount value
# thus, even seconds should go to the 0 queue, odd seconds to the 1 queue
@@ -17,4 +17,4 @@ spring:
profiles: extended
cloud:
channels:
inputChannelName: xformed
outputChannelName: xformed