public class PulsarValidator
extends org.apache.flink.table.descriptors.ConnectorDescriptorValidator
| Modifier and Type | Field and Description |
|---|---|
static String |
CONNECTOR_ADMIN_URL |
static String |
CONNECTOR_EXTERNAL_SUB_DEFAULT_OFFSET |
static String |
CONNECTOR_EXTERNAL_SUB_NAME |
static String |
CONNECTOR_PROPERTIES |
static String |
CONNECTOR_PROPERTIES_KEY |
static String |
CONNECTOR_PROPERTIES_VALUE |
static String |
CONNECTOR_SERVICE_URL |
static String |
CONNECTOR_SINK_EXTRACTOR |
static String |
CONNECTOR_SINK_EXTRACTOR_CLASS |
static String |
CONNECTOR_SINK_EXTRACTOR_CUSTOM |
static String |
CONNECTOR_SINK_EXTRACTOR_NONE |
static String |
CONNECTOR_SPECIFIC_OFFSETS |
static String |
CONNECTOR_SPECIFIC_OFFSETS_OFFSET |
static String |
CONNECTOR_SPECIFIC_OFFSETS_PARTITION |
static String |
CONNECTOR_STARTUP_MODE |
static String |
CONNECTOR_STARTUP_MODE_VALUE_EARLIEST |
static String |
CONNECTOR_STARTUP_MODE_VALUE_EXTERNAL_SUB |
static String |
CONNECTOR_STARTUP_MODE_VALUE_LATEST |
static String |
CONNECTOR_STARTUP_MODE_VALUE_SPECIFIC_OFFSETS |
static String |
CONNECTOR_TOPIC |
static String |
CONNECTOR_TYPE_VALUE_PULSAR |
| Constructor and Description |
|---|
PulsarValidator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
normalizeStartupMode(StartupMode startupMode) |
void |
validate(org.apache.flink.table.descriptors.DescriptorProperties properties) |
public static final String CONNECTOR_TYPE_VALUE_PULSAR
public static final String CONNECTOR_SERVICE_URL
public static final String CONNECTOR_ADMIN_URL
public static final String CONNECTOR_TOPIC
public static final String CONNECTOR_STARTUP_MODE
public static final String CONNECTOR_STARTUP_MODE_VALUE_EARLIEST
public static final String CONNECTOR_STARTUP_MODE_VALUE_LATEST
public static final String CONNECTOR_STARTUP_MODE_VALUE_SPECIFIC_OFFSETS
public static final String CONNECTOR_STARTUP_MODE_VALUE_EXTERNAL_SUB
public static final String CONNECTOR_SPECIFIC_OFFSETS
public static final String CONNECTOR_SPECIFIC_OFFSETS_PARTITION
public static final String CONNECTOR_SPECIFIC_OFFSETS_OFFSET
public static final String CONNECTOR_EXTERNAL_SUB_NAME
public static final String CONNECTOR_EXTERNAL_SUB_DEFAULT_OFFSET
public static final String CONNECTOR_PROPERTIES
public static final String CONNECTOR_PROPERTIES_KEY
public static final String CONNECTOR_PROPERTIES_VALUE
public static final String CONNECTOR_SINK_EXTRACTOR
public static final String CONNECTOR_SINK_EXTRACTOR_CLASS
public static final String CONNECTOR_SINK_EXTRACTOR_NONE
public static final String CONNECTOR_SINK_EXTRACTOR_CUSTOM
public void validate(org.apache.flink.table.descriptors.DescriptorProperties properties)
validate in interface org.apache.flink.table.descriptors.DescriptorValidatorvalidate in class org.apache.flink.table.descriptors.ConnectorDescriptorValidatorpublic static String normalizeStartupMode(StartupMode startupMode)
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.