You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2019/02/17 18:54:00 UTC

[jira] [Commented] (KAFKA-6448) Mx4jLoader#props.getBoolean("kafka_mx4jenable", false) conflict with the annotation

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

Matthias J. Sax commented on KAFKA-6448:
----------------------------------------

Moving all major/minor/trivial tickets that are not merged yet out of 2.2 release.

> Mx4jLoader#props.getBoolean("kafka_mx4jenable", false) conflict with the annotation
> -----------------------------------------------------------------------------------
>
>                 Key: KAFKA-6448
>                 URL: https://issues.apache.org/jira/browse/KAFKA-6448
>             Project: Kafka
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.0.0
>            Reporter: Hongyuan Li
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: KAFKA-6448-1.patch, KAFKA-6448-2.patch
>
>
> In the annotation, it said 
> {code}*This feature must be enabled with -Dmx4jenable=true*{code}
> *which is not compatible with the code* 
> {code}
> **
> props.getBoolean("kafka_mx4jenable", false)
>  **
> {code}
> patch KAFKA-6448-1.patch modifies the code, and KAFKA-6448-2.patch modifies the annotation



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