Table of Contents

Class MirrorSourceConfig

Namespace
Org.Apache.Kafka.Connect.Mirror
Assembly
MASES.KNet.dll
public class MirrorSourceConfig : MirrorConnectorConfig, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IJVMBridgeMain
Inheritance
MirrorSourceConfig
Implements
Derived
Inherited Members

Constructors

MirrorSourceConfig()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public MirrorSourceConfig()

MirrorSourceConfig(Map<String, String>)

public MirrorSourceConfig(Map<String, String> arg0)

Parameters

arg0 Map<String, String>

Map

MirrorSourceConfig(ConfigDef, Map<String, String>)

public MirrorSourceConfig(ConfigDef arg0, Map<String, String> arg1)

Parameters

arg0 ConfigDef

ConfigDef

arg1 Map<String, String>

Map

MirrorSourceConfig(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public MirrorSourceConfig(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CONFIG_PROPERTIES_EXCLUDE

public static String CONFIG_PROPERTIES_EXCLUDE { get; }

Property Value

String

CONFIG_PROPERTIES_EXCLUDE_DEFAULT

public static String CONFIG_PROPERTIES_EXCLUDE_DEFAULT { get; }

Property Value

String

CONFIG_PROPERTY_FILTER_CLASS

public static String CONFIG_PROPERTY_FILTER_CLASS { get; }

Property Value

String

CONFIG_PROPERTY_FILTER_CLASS_DEFAULT

public static Class CONFIG_PROPERTY_FILTER_CLASS_DEFAULT { get; }

Property Value

Class

CONSUMER_POLL_TIMEOUT_MILLIS

public static String CONSUMER_POLL_TIMEOUT_MILLIS { get; }

Property Value

String

CONSUMER_POLL_TIMEOUT_MILLIS_DEFAULT

public static long CONSUMER_POLL_TIMEOUT_MILLIS_DEFAULT { get; }

Property Value

long

HEARTBEATS_REPLICATION_ENABLED

public static String HEARTBEATS_REPLICATION_ENABLED { get; }

Property Value

String

HEARTBEATS_REPLICATION_ENABLED_DEFAULT

public static bool HEARTBEATS_REPLICATION_ENABLED_DEFAULT { get; }

Property Value

bool

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements Closeable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

OFFSET_LAG_MAX

public static String OFFSET_LAG_MAX { get; }

Property Value

String

OFFSET_LAG_MAX_DEFAULT

public static long OFFSET_LAG_MAX_DEFAULT { get; }

Property Value

long

OFFSET_SYNCS_SOURCE_ADMIN_ROLE

public static String OFFSET_SYNCS_SOURCE_ADMIN_ROLE { get; }

Property Value

String

OFFSET_SYNCS_SOURCE_PRODUCER_ROLE

public static String OFFSET_SYNCS_SOURCE_PRODUCER_ROLE { get; }

Property Value

String

OFFSET_SYNCS_TARGET_ADMIN_ROLE

public static String OFFSET_SYNCS_TARGET_ADMIN_ROLE { get; }

Property Value

String

OFFSET_SYNCS_TARGET_PRODUCER_ROLE

public static String OFFSET_SYNCS_TARGET_PRODUCER_ROLE { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR

public static String OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR { get; }

Property Value

String

OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DEFAULT

public static short OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DEFAULT { get; }

Property Value

short

OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DOC

public static String OFFSET_SYNCS_TOPIC_REPLICATION_FACTOR_DOC { get; }

Property Value

String

REFRESH_TOPICS_ENABLED

public static String REFRESH_TOPICS_ENABLED { get; }

Property Value

String

REFRESH_TOPICS_ENABLED_DEFAULT

public static bool REFRESH_TOPICS_ENABLED_DEFAULT { get; }

Property Value

bool

REFRESH_TOPICS_INTERVAL_SECONDS

public static String REFRESH_TOPICS_INTERVAL_SECONDS { get; }

Property Value

String

REFRESH_TOPICS_INTERVAL_SECONDS_DEFAULT

public static long REFRESH_TOPICS_INTERVAL_SECONDS_DEFAULT { get; }

Property Value

long

REPLICATION_FACTOR

public static String REPLICATION_FACTOR { get; }

Property Value

String

REPLICATION_FACTOR_DEFAULT

public static int REPLICATION_FACTOR_DEFAULT { get; }

Property Value

int

SYNC_TOPIC_ACLS_ENABLED

public static String SYNC_TOPIC_ACLS_ENABLED { get; }

Property Value

String

SYNC_TOPIC_ACLS_ENABLED_DEFAULT

public static bool SYNC_TOPIC_ACLS_ENABLED_DEFAULT { get; }

Property Value

bool

SYNC_TOPIC_ACLS_INTERVAL_SECONDS

public static String SYNC_TOPIC_ACLS_INTERVAL_SECONDS { get; }

Property Value

String

SYNC_TOPIC_ACLS_INTERVAL_SECONDS_DEFAULT

public static long SYNC_TOPIC_ACLS_INTERVAL_SECONDS_DEFAULT { get; }

Property Value

long

SYNC_TOPIC_CONFIGS_ENABLED

public static String SYNC_TOPIC_CONFIGS_ENABLED { get; }

Property Value

String

SYNC_TOPIC_CONFIGS_ENABLED_DEFAULT

public static bool SYNC_TOPIC_CONFIGS_ENABLED_DEFAULT { get; }

Property Value

bool

SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS

public static String SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS { get; }

Property Value

String

SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS_DEFAULT

public static long SYNC_TOPIC_CONFIGS_INTERVAL_SECONDS_DEFAULT { get; }

Property Value

long

TOPICS

public static String TOPICS { get; }

Property Value

String

TOPICS_DEFAULT

public static String TOPICS_DEFAULT { get; }

Property Value

String

TOPICS_EXCLUDE

public static String TOPICS_EXCLUDE { get; }

Property Value

String

TOPICS_EXCLUDE_DEFAULT

public static String TOPICS_EXCLUDE_DEFAULT { get; }

Property Value

String