Interface AclMigrationAware


public interface AclMigrationAware
Providers which supports Acl migration from source acl authorizer should implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    migrationTask(org.apache.kafka.server.authorizer.Authorizer sourceAuthorizer)
    Returns a runnable task which does Acl migration from a given source authorizer
  • Method Details

    • migrationTask

      Runnable migrationTask(org.apache.kafka.server.authorizer.Authorizer sourceAuthorizer)
      Returns a runnable task which does Acl migration from a given source authorizer
      Parameters:
      sourceAuthorizer - source Authorizer from which will migrate the Acls
      Returns:
      Runnable task