-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Revise new NullChannel() usage in favor of nullChannel
bean
#3067
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
We can't change the meter type without adding special code to the graph server. |
OK. I think we can live with |
I only see these...
I suppose it was the aggregator where you saw problems? |
We can fix a Yes, an |
Resolves spring-projects#3067 Also add missing receive counter.
Resolves spring-projects#3067 Also add missing receive counter.
Resolves #3067 Also add missing receive counter. * Late binding of null discard channel; checkstyle * Fix test; fall back to new NullChannel(); always evaluate tx expressions
The problem with a
new NullChannel()
that we won't get a consistent metrics on thenullChannel
bean.Also consider to change
successTimer
in theNullChannel
into thesendCounter
since we don't care about timing on thenullChannel
, but rather how many messages have been discarded.The text was updated successfully, but these errors were encountered: