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:
@@ -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
|
||||
Reference in New Issue
Block a user