fixed source/sink samples' input/output properties
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user