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 2018/04/18 22:08:00 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guozhang Wang resolved KAFKA-6775.
----------------------------------
       Resolution: Fixed
    Fix Version/s: 1.2.0

> 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
>          Components: streams
>            Reporter: Ted Yu
>            Assignee: Jimin Hsieh
>            Priority: Minor
>              Labels: easy-fix, newbie
>             Fix For: 1.2.0
>
>
> 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)