I am using spring cloud stream with the aws kinesis binder.
I have set the following :
spring.cloud.stream.bindings.applicationMetrics.destination=metrics-stream spring.cloud.stream.metrics.properties=spring.application** spring.cloud.stream.metrics.key=dom-test
The kinesis stream is called metrics-stream. I cannot see any activity in the stream nor anything in the logs.
I am using SCS 4.0.1. I am using the StreamBridge to send the data to my other kinesis stream because this is sat behind a webflux REST API.
Has anyone done this? Am I missing a step other than the above properties?