Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/1966#discussion_r63847905
--- Diff:
flink-streaming-connectors/flink-connector-kafka-base/src/test/java/org/apache/flink/streaming/connectors/kafka/testutils/MockRuntimeContext.java
---
@@ -148,6 +149,11 @@ public Histogram getHistogram(String name) {
}
@Override
+ public LongHistogram getLongHistogram(String name) {
--- End diff --
I think we should try and not have utility methods for each accumulator
type in the runtime context - it becomes a lot otherwise. The methods for
`getHistogram()` etc are also marked as public evolving, because they may
possibly be removed in the future.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---