Class CmdSources.LocalSourceRunner

    • Field Detail

      • 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
      • sourceType

        protected String sourceType
      • 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
      • 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
    • Constructor Detail

      • LocalSourceRunner

        protected LocalSourceRunner()
    • Method Detail

      • 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
      • validateSourceConfigs

        protected void validateSourceConfigs​(SourceConfig sourceConfig)
      • validateBatchSourceConfigs

        protected void validateBatchSourceConfigs​(BatchSourceConfig batchSourceConfig)