You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2018/04/11 01:15:00 UTC

[jira] [Created] (KAFKA-6775) AbstractProcessor created in SimpleBenchmark should call super#init

Ted Yu created KAFKA-6775:
-----------------------------

             Summary: AbstractProcessor created in SimpleBenchmark should call super#init
                 Key: KAFKA-6775
                 URL: https://issues.apache.org/jira/browse/KAFKA-6775
             Project: Kafka
          Issue Type: Bug
            Reporter: Ted Yu


Around line 610:
{code}
                return new AbstractProcessor<Integer, byte[]>() {

                    @Override
                    public void init(ProcessorContext context) {
                    }
{code}
super.init should be called above.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)