| Package | Description |
|---|---|
| org.apache.flink.table.descriptors |
| Modifier and Type | Method and Description |
|---|---|
Pulsar |
Pulsar.properties(Properties properties)
Sets the configuration properties for the Pulsar consumer.
|
Pulsar |
Pulsar.property(String key,
String value)
Adds a configuration properties for the Pulsar consumer.
|
Pulsar |
Pulsar.startFromEarliest() |
Pulsar |
Pulsar.startFromExternalSubscription(String externalSubscriptionName) |
Pulsar |
Pulsar.startFromExternalSubscription(String externalSubscriptionName,
String subscriptionPosition) |
Pulsar |
Pulsar.startFromLatest() |
Pulsar |
Pulsar.startFromSpecificOffset(String partition,
org.apache.pulsar.client.api.MessageId specificOffset) |
Pulsar |
Pulsar.startFromSpecificOffsets(Map<String,org.apache.pulsar.client.api.MessageId> specificOffsets) |
Pulsar |
Pulsar.topic(String topic)
Sets the topic from which the table is read.
|
Pulsar |
Pulsar.urls(String serviceUrl,
String adminUrl) |
Pulsar |
Pulsar.useExtendField(boolean useExtendField) |
Copyright © 2019–2022 The Apache Software Foundation. All rights reserved.