AdminClientService
is the AclCommandService for AclCommand when executed with --bootstrap-server option.
AdminClientService
takes the following to be created:
AdminClientService
initializes the internal properties.
removeAcls(): Unit
Note
|
removeAcls is part of the AclCommandService Contract to…FIXME.
|
removeAcls
…FIXME
withAdminClient(
opts: AclCommandOptions)(
f: Admin => Unit): Unit
withAdminClient
loads the property file when specified using --command-config option.
withAdminClient
creates a new AdminClient that is used as the input argument to execute the given f
function.
In the end, withAdminClient
requests the AdminClient
to close.