public class PulsarReadableMetadata extends Object implements Serializable
Contains list of readable metadata and provide util methods for metadata manipulation.
| Modifier and Type | Class and Description |
|---|---|
static class |
PulsarReadableMetadata.ReadableMetadata
Lists the metadata that is readable from a Pulsar message.
|
| Constructor and Description |
|---|
PulsarReadableMetadata(List<String> connectorMetadataKeys) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendProducedRowWithMetadata(org.apache.flink.table.data.GenericRowData producedRowData,
int physicalArity,
org.apache.pulsar.client.api.Message<?> message) |
int |
getConnectorMetadataArity() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.