Don't use properties to fix the function endpoint

There are multiple functions in this sample, and they are
all addressable, so we don't need to force all messages to go
to uppercase.
This commit is contained in:
Dave Syer
2017-11-24 12:42:21 +09:00
parent 1ee517ab01
commit 0e21a30459

View File

@@ -1,4 +1 @@
spring.cloud.stream.bindings.input.destination: words
spring.cloud.stream.bindings.output.destination: uppercaseWords
spring.cloud.function.stream.endpoint: uppercase
spring.cloud.function.scan.packages: com.example.functions