protected class CmdSinks.LocalSinkRunner extends CmdSinks.CreateSink
| Modifier | Constructor and Description |
|---|---|
protected |
LocalSinkRunner() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
parseConfigs(String str) |
void |
runCmd() |
protected void |
validateSinkConfigs(SinkConfig sinkConfig) |
protected String |
validateSinkType(String sinkType) |
protected String stateStorageServiceUrl
protected String deprecatedBrokerServiceUrl
protected String brokerServiceUrl
protected String deprecatedClientAuthPlugin
protected String clientAuthPlugin
protected String deprecatedClientAuthParams
protected String clientAuthParams
protected Boolean deprecatedUseTls
protected boolean useTls
protected Boolean deprecatedTlsAllowInsecureConnection
protected boolean tlsAllowInsecureConnection
protected Boolean deprecatedTlsHostNameVerificationEnabled
protected boolean tlsHostNameVerificationEnabled
protected String deprecatedTlsTrustCertFilePath
protected String tlsTrustCertFilePath
protected String secretsProviderClassName
protected String secretsProviderConfig
protected String metricsPortStart
protected String tenant
protected String namespace
protected String name
protected String sinkType
protected String inputs
protected String deprecatedTopicsPattern
protected String topicsPattern
protected String deprecatedSubsName
protected String subsName
protected org.apache.pulsar.client.api.SubscriptionInitialPosition subsPosition
protected String deprecatedCustomSerdeInputString
protected String customSerdeInputString
protected String customSchemaInputString
protected String inputSpecs
protected Integer maxMessageRetries
protected String deadLetterTopic
protected FunctionConfig.ProcessingGuarantees deprecatedProcessingGuarantees
protected FunctionConfig.ProcessingGuarantees processingGuarantees
protected Boolean deprecatedRetainOrdering
protected Boolean retainOrdering
protected Integer parallelism
protected String archive
protected String deprecatedClassName
protected String className
protected String deprecatedSinkConfigFile
protected String sinkConfigFile
protected Double cpu
protected Long ram
protected Long disk
protected String deprecatedSinkConfigString
protected String sinkConfigString
protected Boolean autoAck
protected Long timeoutMs
protected Long negativeAckRedeliveryDelayMs
protected String customRuntimeOptions
protected String secretsString
protected SinkConfig sinkConfig
protected Map<String,Object> parseConfigs(String str) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingExceptionprotected void validateSinkConfigs(SinkConfig sinkConfig)
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.