Class CmdSources.LocalSourceRunner

Enclosing class:
CmdSources

protected class CmdSources.LocalSourceRunner extends CmdSources.CreateSource
  • Field Details

    • stateStorageServiceUrl

      protected String stateStorageServiceUrl
    • deprecatedBrokerServiceUrl

      protected String deprecatedBrokerServiceUrl
    • brokerServiceUrl

      protected String brokerServiceUrl
    • deprecatedClientAuthPlugin

      protected String deprecatedClientAuthPlugin
    • clientAuthPlugin

      protected String clientAuthPlugin
    • deprecatedClientAuthParams

      protected String deprecatedClientAuthParams
    • clientAuthParams

      protected String clientAuthParams
    • deprecatedUseTls

      protected Boolean deprecatedUseTls
    • useTls

      protected boolean useTls
    • deprecatedTlsAllowInsecureConnection

      protected Boolean deprecatedTlsAllowInsecureConnection
    • tlsAllowInsecureConnection

      protected boolean tlsAllowInsecureConnection
    • deprecatedTlsHostNameVerificationEnabled

      protected Boolean deprecatedTlsHostNameVerificationEnabled
    • tlsHostNameVerificationEnabled

      protected boolean tlsHostNameVerificationEnabled
    • deprecatedTlsTrustCertFilePath

      protected String deprecatedTlsTrustCertFilePath
    • tlsTrustCertFilePath

      protected String tlsTrustCertFilePath
    • secretsProviderClassName

      protected String secretsProviderClassName
    • secretsProviderConfig

      protected String secretsProviderConfig
    • metricsPortStart

      protected String metricsPortStart
    • tenant

      protected String tenant
    • namespace

      protected String namespace
    • name

      protected String name
    • sourceType

      protected String sourceType
    • deprecatedProcessingGuarantees

      protected FunctionConfig.ProcessingGuarantees deprecatedProcessingGuarantees
    • processingGuarantees

      protected FunctionConfig.ProcessingGuarantees processingGuarantees
    • deprecatedDestinationTopicName

      protected String deprecatedDestinationTopicName
    • destinationTopicName

      protected String destinationTopicName
    • producerConfig

      protected String producerConfig
    • batchBuilder

      protected String batchBuilder
    • deprecatedDeserializationClassName

      protected String deprecatedDeserializationClassName
    • deserializationClassName

      protected String deserializationClassName
    • schemaType

      protected String schemaType
    • parallelism

      protected Integer parallelism
    • archive

      protected String archive
    • deprecatedClassName

      protected String deprecatedClassName
    • className

      protected String className
    • deprecatedSourceConfigFile

      protected String deprecatedSourceConfigFile
    • sourceConfigFile

      protected String sourceConfigFile
    • cpu

      protected Double cpu
    • ram

      protected Long ram
    • disk

      protected Long disk
    • deprecatedSourceConfigString

      protected String deprecatedSourceConfigString
    • sourceConfigString

      protected String sourceConfigString
    • batchSourceConfigString

      protected String batchSourceConfigString
    • customRuntimeOptions

      protected String customRuntimeOptions
    • secretsString

      protected String secretsString
    • sourceConfig

      protected SourceConfig sourceConfig
  • Constructor Details

    • LocalSourceRunner

      protected LocalSourceRunner()
  • Method Details

    • runCmd

      public void runCmd() throws Exception
      Throws:
      Exception
    • validateSourceType

      protected String validateSourceType(String sourceType)
    • parseConfigs

      protected Map<String,Object> parseConfigs(String str) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • parseBatchSourceConfigs

      protected BatchSourceConfig parseBatchSourceConfigs(String str)
    • validateSourceConfigs

      protected void validateSourceConfigs(SourceConfig sourceConfig)
    • validateBatchSourceConfigs

      protected void validateBatchSourceConfigs(BatchSourceConfig batchSourceConfig)