Hi All I am a complete newbie to the Spring Cloud Streams framework.
In the spring cloud stream docs for Kafka Streams,I can see that properties with the prefix spring.cloud.stream.function.definition etc. are referenced in the application yaml/properties file used in the examples.
My question is : Where can I find a complete reference to all properties available to be set in the application.yaml for Spring cloud stream applications for Kafka streams ?
I understand that Cloud streams uses Cloud Function, but then the cloud streams configuration has an additional "stream" group/block within the properties, so I am not sure how I can get access to a complete template yaml which lists all available properties.