| Package | Description |
|---|---|
| org.apache.flink.connector.pulsar.table |
| Modifier and Type | Field and Description |
|---|---|
protected PulsarTableOptions.StartupOptions |
PulsarDynamicTableSource.startupOptions
The startup mode for the contained consumer (default is
StartupMode.LATEST). |
| Modifier and Type | Method and Description |
|---|---|
static PulsarTableOptions.StartupOptions |
PulsarTableOptions.getStartupOptions(org.apache.flink.configuration.ReadableConfig tableOptions,
List<String> topics) |
| Constructor and Description |
|---|
PulsarDynamicTableSource(org.apache.flink.table.types.DataType physicalDataType,
org.apache.flink.table.connector.format.DecodingFormat<org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.flink.table.data.RowData>> decodingFormat,
List<String> topics,
String topicPattern,
String serviceUrl,
String adminUrl,
Properties properties,
PulsarTableOptions.StartupOptions startupOptions) |
Copyright © 2019–2021 The Apache Software Foundation. All rights reserved.