Hi all,

I noticed when installing the Kafka plugin from 1.0.0-SNAPSHOT, that it
adds the following in ranger-kafka-security.xml:

<property>

<name>ranger.plugin.kafka.policy.rest.client.connection.timeoutMs</name>
        <value>120000</value>
        <description>
            RangerRestClient Connection Timeout in Milli Seconds
        </description>
    </property>

    <property>
        <name>ranger.plugin.kafka.policy.rest.client.read.timeoutMs</name>
        <value>30000</value>
        <description>
            RangerRestClient read Timeout in Milli Seconds
        </description>
    </property>
<property>
        <name>ranger.policy.rest.client.connection.timeoutMs</name>
        <value>120000</value>
    </property>
    <property>
        <name>ranger.policy.rest.client.read.timeoutMs</name>
        <value>30000</value>
    </property>

What is the difference between
"ranger.plugin.kafka.policy.rest.client.connection.timeoutMs" and
"ranger.policy.rest.client.connection.timeoutMs"?




-- 
Colm O hEigeartaigh

Talend Community Coder
http://coders.talend.com

Reply via email to