You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GH-241: Support changing metrics-level for `KclMessageDrivenChannelAdapter`
* Add test that `metricsLevel` is set correctly
* Modify test body and add author
* Add reference to instance variable
* Set `metricsFactory` to `NullMetricsFactory` if metrics level is `NONE`
Expected Behavior
I want to disable to send metric CloudWatch when using spring cloud stream binder aws kinesis.
Current Behavior
(spring-cloud/spring-cloud-stream-binder-aws-kinesis#217)
Context
I know that I can set metric config of KCL config to be NullMetricsFactory.
But I cannot set that with using kinesis binder.
The text was updated successfully, but these errors were encountered: