You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Guozhang Wang (JIRA)" <ji...@apache.org> on 2017/07/28 23:05:01 UTC

[jira] [Created] (KAFKA-5676) MockStreamsMetrics should be in o.a.k.test

Guozhang Wang created KAFKA-5676:
------------------------------------

             Summary: MockStreamsMetrics should be in o.a.k.test
                 Key: KAFKA-5676
                 URL: https://issues.apache.org/jira/browse/KAFKA-5676
             Project: Kafka
          Issue Type: Bug
          Components: streams
            Reporter: Guozhang Wang


{{MockStreamsMetrics}}'s package should be `o.a.k.test` not `o.a.k.streams.processor.internals`. 

In addition, it should not require a {{Metrics}} parameter in its constructor as it is only needed for its extended base class; the right way of mocking should be implementing {{StreamsMetrics}} with mock behavior than extended a real implementaion of {{StreamsMetricsImpl}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)