[ 
https://issues.apache.org/jira/browse/KAFKA-6775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16441649#comment-16441649
 ] 

Ted Yu commented on KAFKA-6775:
-------------------------------

SimpleBenchmark, around line 441 , similar issue:
{code}
                    @Override
                    public void init(final ProcessorContext context) {
                        store = (KeyValueStore<Integer, byte[]>) 
context.getStateStore("store");
{code}

> 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
>
> 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)

Reply via email to