[ https://issues.apache.org/jira/browse/HBASE-26701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Istvan Toth resolved HBASE-26701. --------------------------------- Fix Version/s: hbase-connectors-1.1.0 Resolution: Fixed Committed. Thanks for the patch [~xiaozhang] and the review [~nihaljain.cs]. > KafkaProxy enablePeer parameter mismatch > ---------------------------------------- > > Key: HBASE-26701 > URL: https://issues.apache.org/jira/browse/HBASE-26701 > Project: HBase > Issue Type: Bug > Components: hbase-connectors > Reporter: Xiao Zhang > Assignee: Xiao Zhang > Priority: Trivial > Fix For: hbase-connectors-1.1.0 > > > In KafkaProxy class, enable peer by setting "e" > {code:java} > options.addOption("e", "enablepeer", false, > "enable peer on startup (defaults to false)"); {code} > but it actually uses "a": > {code:java} > if (commandLine.hasOption('a')){ > createPeer=true; > } > if (commandLine.hasOption("a")){ > enablePeer=true; > }{code} -- This message was sent by Atlassian Jira (v8.20.10#820010)