Class CmdSources.CreateSource

    • Field Detail

      • 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

      • CreateSource

        protected CreateSource()
    • Method Detail

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