Class ForwardingAdmin

java.lang.Object
org.apache.kafka.clients.admin.ForwardingAdmin
All Implemented Interfaces:
AutoCloseable, Admin

public class ForwardingAdmin extends Object implements Admin
ForwardingAdmin is the default value of forwarding.admin.class in MirrorMaker. Users who wish to customize the MirrorMaker behaviour for the creation of topics and access control lists can extend this class without needing to provide a whole implementation of Admin. The class must have a constructor with signature (Map<String, Object> config) for configuring a decorated KafkaAdminClient and any other clients needed for external resource management.