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

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

Hongyuan Li created KAFKA-6448:
----------------------------------

             Summary: 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: Bug
            Reporter: Hongyuan Li


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



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