Skip to content

Commit

Permalink
Add config property for ZK 4lw.commands.whitelist (confluentinc#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebin committed May 5, 2020
1 parent df1ef4d commit 93414f5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ dataLogDir=/var/lib/zookeeper/log
'ZOOKEEPER_ADMIN_SERVER_ADDRESS' : 'admin.serverAddress',
'ZOOKEEPER_ADMIN_SERVER_PORT' : 'admin.serverPort',
'ZOOKEEPER_ADMIN_IDLE_TIMEOUT' : 'admin.idleTimeout',
'ZOOKEEPER_ADMIN_COMMAND_URL' : 'admin.commandURL'
'ZOOKEEPER_ADMIN_COMMAND_URL' : 'admin.commandURL',
'ZOOKEEPER_4LW_COMMANDS_WHITELIST': '4lw.commands.whitelist'
} -%}

{% for k, property in other_props.items() -%}
Expand Down

0 comments on commit 93414f5

Please sign in to comment.