I use reactive environment and my message communication is successful without it. I found this property and I have not found any information from documentation or comment in the code. What is the goal of this property?
I was already debugging this and found that the library can access this attribute. Bean's name will be used. So, my example I make is like that.
spring:
cloud:
function:
definition: beanFunctionInCode
stream:
function:
reactive: # <---
beanFunctionInCode: true