Package org.apache.pulsar.admin.cli
Class CmdSinks.LocalSinkRunner
java.lang.Object
org.apache.pulsar.admin.cli.CliCommand
org.apache.pulsar.admin.cli.CmdSinks.CreateSink
org.apache.pulsar.admin.cli.CmdSinks.LocalSinkRunner
- Enclosing class:
- CmdSinks
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Booleanprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Doubleprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected FunctionConfig.ProcessingGuaranteesprotected Booleanprotected Stringprotected Stringprotected Stringprotected Booleanprotected Booleanprotected Stringprotected Stringprotected Booleanprotected Longprotected Stringprotected Stringprotected Integerprotected Stringprotected Stringprotected Stringprotected Longprotected Integerprotected FunctionConfig.ProcessingGuaranteesprotected Longprotected Booleanprotected Booleanprotected Stringprotected Stringprotected Stringprotected SinkConfigprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected org.apache.pulsar.client.api.SubscriptionInitialPositionprotected Stringprotected Longprotected booleanprotected booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseConfigs(String str) voidrunCmd()protected voidvalidateSinkConfigs(SinkConfig sinkConfig) protected StringvalidateSinkType(String sinkType) Methods inherited from class org.apache.pulsar.admin.cli.CliCommand
isHelp
-
Field Details
-
stateStorageServiceUrl
-
deprecatedBrokerServiceUrl
-
brokerServiceUrl
-
deprecatedClientAuthPlugin
-
clientAuthPlugin
-
deprecatedClientAuthParams
-
clientAuthParams
-
deprecatedUseTls
-
useTls
protected boolean useTls -
deprecatedTlsAllowInsecureConnection
-
tlsAllowInsecureConnection
protected boolean tlsAllowInsecureConnection -
deprecatedTlsHostNameVerificationEnabled
-
tlsHostNameVerificationEnabled
protected boolean tlsHostNameVerificationEnabled -
deprecatedTlsTrustCertFilePath
-
tlsTrustCertFilePath
-
secretsProviderClassName
-
secretsProviderConfig
-
metricsPortStart
-
tenant
-
namespace
-
name
-
sinkType
-
cleanupSubscription
-
inputs
-
deprecatedTopicsPattern
-
topicsPattern
-
deprecatedSubsName
-
subsName
-
subsPosition
protected org.apache.pulsar.client.api.SubscriptionInitialPosition subsPosition -
deprecatedCustomSerdeInputString
-
customSerdeInputString
-
customSchemaInputString
-
inputSpecs
-
maxMessageRetries
-
deadLetterTopic
-
deprecatedProcessingGuarantees
-
processingGuarantees
-
deprecatedRetainOrdering
-
retainOrdering
-
parallelism
-
retainKeyOrdering
-
archive
-
deprecatedClassName
-
className
-
deprecatedSinkConfigFile
-
sinkConfigFile
-
cpu
-
ram
-
disk
-
deprecatedSinkConfigString
-
sinkConfigString
-
autoAck
-
timeoutMs
-
negativeAckRedeliveryDelayMs
-
customRuntimeOptions
-
secretsString
-
transformFunction
-
transformFunctionClassName
-
transformFunctionConfig
-
sinkConfig
-
-
Constructor Details
-
LocalSinkRunner
protected LocalSinkRunner()
-
-
Method Details