Constant Field Values
Contents
com.mongodb.*
-
com.mongodb.kafka.connect.sink.MongoSinkConfig Modifier and Type Constant Field Value public static final java.lang.StringCONNECTION_URI_CONFIG"connection.uri"public static final java.lang.StringTOPIC_OVERRIDE_CONFIG"topic.override.%s.%s"public static final java.lang.StringTOPIC_OVERRIDE_DOC"The overrides configuration allows for per topic customization of configuration. The customized overrides are merged with the default configuration, to create the specific configuration for a topic.\nFor example, ``topic.override.foo.collection=bar`` will store data from the ``foo`` topic into the ``bar`` collection.\nNote: All configuration options apart from \'connection.uri\' and \'topics\' are overridable."public static final java.lang.StringTOPICS_CONFIG"topics"public static final java.lang.StringTOPICS_DEFAULT""public static final java.lang.StringTOPICS_REGEX_CONFIG"topics.regex"public static final java.lang.StringTOPICS_REGEX_DEFAULT"" -
com.mongodb.kafka.connect.sink.MongoSinkTopicConfig Modifier and Type Constant Field Value public static final java.lang.StringCHANGE_DATA_CAPTURE_HANDLER_CONFIG"change.data.capture.handler"public static final java.lang.StringCOLLECTION_CONFIG"collection"public static final java.lang.StringDATABASE_CONFIG"database"public static final java.lang.StringDELETE_ON_NULL_VALUES_CONFIG"delete.on.null.values"public static final java.lang.StringDOCUMENT_ID_STRATEGY_CONFIG"document.id.strategy"public static final java.lang.StringDOCUMENT_ID_STRATEGY_OVERWRITE_EXISTING_CONFIG"document.id.strategy.overwrite.existing"public static final java.lang.StringDOCUMENT_ID_STRATEGY_PARTIAL_KEY_PROJECTION_LIST_CONFIG"document.id.strategy.partial.key.projection.list"public static final java.lang.StringDOCUMENT_ID_STRATEGY_PARTIAL_KEY_PROJECTION_TYPE_CONFIG"document.id.strategy.partial.key.projection.type"public static final java.lang.StringDOCUMENT_ID_STRATEGY_PARTIAL_VALUE_PROJECTION_LIST_CONFIG"document.id.strategy.partial.value.projection.list"public static final java.lang.StringDOCUMENT_ID_STRATEGY_PARTIAL_VALUE_PROJECTION_TYPE_CONFIG"document.id.strategy.partial.value.projection.type"public static final java.lang.StringDOCUMENT_ID_STRATEGY_UUID_FORMAT_CONFIG"document.id.strategy.uuid.format"public static final java.lang.StringERRORS_LOG_ENABLE_CONFIG"errors.log.enable"public static final booleanERRORS_LOG_ENABLE_DEFAULTfalsepublic static final java.lang.StringERRORS_LOG_ENABLE_DISPLAY"Log Errors"public static final java.lang.StringERRORS_LOG_ENABLE_DOC"If true, write each error and the details of the failed operation and problematic record to the Connect application log. This is \'false\' by default, so that only errors that are not tolerated are reported."public static final java.lang.StringERRORS_TOLERANCE_CONFIG"errors.tolerance"public static final java.lang.StringERRORS_TOLERANCE_DISPLAY"Error Tolerance"public static final java.lang.StringERRORS_TOLERANCE_DOC"Behavior for tolerating errors during connector operation. \'none\' is the default value and signals that any error will result in an immediate connector task failure; \'all\' changes the behavior to skip over problematic records."public static final java.lang.StringFIELD_KEY_COLLECTION_NAMESPACE_MAPPER_CONFIG"namespace.mapper.key.collection.field"public static final java.lang.StringFIELD_KEY_DATABASE_NAMESPACE_MAPPER_CONFIG"namespace.mapper.key.database.field"public static final java.lang.StringFIELD_NAMESPACE_MAPPER_ERROR_IF_INVALID_CONFIG"namespace.mapper.error.if.invalid"public static final java.lang.StringFIELD_RENAMER_MAPPING_CONFIG"field.renamer.mapping"public static final java.lang.StringFIELD_RENAMER_REGEXP_CONFIG"field.renamer.regexp"public static final java.lang.StringFIELD_RENAMER_REGEXP_DISPLAY"The field renamer regex"public static final java.lang.StringFIELD_VALUE_COLLECTION_NAMESPACE_MAPPER_CONFIG"namespace.mapper.value.collection.field"public static final java.lang.StringFIELD_VALUE_DATABASE_NAMESPACE_MAPPER_CONFIG"namespace.mapper.value.database.field"public static final java.lang.StringID_FIELD"_id"public static final java.lang.StringKEY_PROJECTION_LIST_CONFIG"key.projection.list"public static final java.lang.StringKEY_PROJECTION_TYPE_CONFIG"key.projection.type"public static final java.lang.StringMAX_BATCH_SIZE_CONFIG"max.batch.size"public static final java.lang.StringMAX_NUM_RETRIES_CONFIG"max.num.retries"public static final java.lang.StringNAMESPACE_MAPPER_CONFIG"namespace.mapper"public static final java.lang.StringOVERRIDE_ERRORS_LOG_ENABLE_CONFIG"mongo.errors.log.enable"public static final java.lang.StringOVERRIDE_ERRORS_LOG_ENABLE_DOC"Use this property if you would like to configure the connector\'s error handling behavior differently from the mapping Connect framework\'s."public static final java.lang.StringOVERRIDE_ERRORS_TOLERANCE_CONFIG"mongo.errors.tolerance"public static final java.lang.StringOVERRIDE_ERRORS_TOLERANCE_DOC"Use this property if you would like to configure the connector\'s error handling behavior differently from the Connect framework\'s."public static final java.lang.StringPOST_PROCESSOR_CHAIN_CONFIG"post.processor.chain"public static final java.lang.StringRATE_LIMITING_EVERY_N_CONFIG"rate.limiting.every.n"public static final java.lang.StringRATE_LIMITING_TIMEOUT_CONFIG"rate.limiting.timeout"public static final java.lang.StringRETRIES_DEFER_TIMEOUT_CONFIG"retries.defer.timeout"public static final java.lang.StringTIMESERIES_EXPIRE_AFTER_SECONDS_CONFIG"timeseries.expire.after.seconds"public static final intTIMESERIES_EXPIRE_AFTER_SECONDS_DEFAULT0public static final java.lang.StringTIMESERIES_GRANULARITY_CONFIG"timeseries.granularity"public static final java.lang.StringTIMESERIES_METAFIELD_CONFIG"timeseries.metafield"public static final java.lang.StringTIMESERIES_METAFIELD_DEFAULT""public static final java.lang.StringTIMESERIES_TIMEFIELD_AUTO_CONVERSION_CONFIG"timeseries.timefield.auto.convert"public static final java.lang.StringTIMESERIES_TIMEFIELD_AUTO_CONVERSION_DATE_FORMAT_CONFIG"timeseries.timefield.auto.convert.date.format"public static final java.lang.StringTIMESERIES_TIMEFIELD_AUTO_CONVERSION_LOCALE_LANGUAGE_TAG_CONFIG"timeseries.timefield.auto.convert.locale.language.tag"public static final java.lang.StringTIMESERIES_TIMEFIELD_CONFIG"timeseries.timefield"public static final java.lang.StringVALUE_PROJECTION_LIST_CONFIG"value.projection.list"public static final java.lang.StringVALUE_PROJECTION_TYPE_CONFIG"value.projection.type"public static final java.lang.StringWRITEMODEL_STRATEGY_CONFIG"writemodel.strategy"
-
com.mongodb.kafka.connect.sink.cdc.debezium.mongodb.MongoDbUpdate Modifier and Type Constant Field Value public static final java.lang.StringINTERNAL_OPLOG_FIELD_V"$v"
-
com.mongodb.kafka.connect.source.MongoSourceConfig Modifier and Type Constant Field Value public static final java.lang.StringBATCH_SIZE_CONFIG"batch.size"public static final java.lang.StringCOLLATION_CONFIG"collation"public static final java.lang.StringCOLLECTION_CONFIG"collection"public static final java.lang.StringCONNECTION_URI_CONFIG"connection.uri"public static final java.lang.StringCOPY_EXISTING_CONFIG"copy.existing"public static final java.lang.StringCOPY_EXISTING_MAX_THREADS_CONFIG"copy.existing.max.threads"public static final java.lang.StringCOPY_EXISTING_NAMESPACE_REGEX_CONFIG"copy.existing.namespace.regex"public static final java.lang.StringCOPY_EXISTING_PIPELINE_CONFIG"copy.existing.pipeline"public static final java.lang.StringCOPY_EXISTING_QUEUE_SIZE_CONFIG"copy.existing.queue.size"public static final java.lang.StringDATABASE_CONFIG"database"public static final java.lang.StringERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_CONFIG"errors.deadletterqueue.topic.name"public static final java.lang.StringERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DEFAULT""public static final java.lang.StringERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DISPLAY"Output errors to the dead letter queue"public static final java.lang.StringERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DOC"Whether to output conversion errors to the dead letter queue. Stops poison messages when using schemas, any message will be outputted as extended json on the specified topic. By default messages are not outputted to the dead letter queue. Also requires `errors.tolerance=all`."public static final java.lang.StringERRORS_LOG_ENABLE_CONFIG"errors.log.enable"public static final booleanERRORS_LOG_ENABLE_DEFAULTfalsepublic static final java.lang.StringERRORS_LOG_ENABLE_DISPLAY"Log Errors"public static final java.lang.StringERRORS_LOG_ENABLE_DOC"If true, write each error and the details of the failed operation and problematic record to the Connect application log. This is \'false\' by default, so that only errors that are not tolerated are reported."public static final java.lang.StringERRORS_TOLERANCE_CONFIG"errors.tolerance"public static final java.lang.StringERRORS_TOLERANCE_DISPLAY"Error Tolerance"public static final java.lang.StringERRORS_TOLERANCE_DOC"Behavior for tolerating errors during connector operation. \'none\' is the default value and signals that any error will result in an immediate connector task failure; \'all\' changes the behavior to skip over problematic records."public static final java.lang.StringFULL_DOCUMENT_CONFIG"change.stream.full.document"public static final java.lang.StringHEARTBEAT_INTERVAL_MS_CONFIG"heartbeat.interval.ms"public static final java.lang.StringHEARTBEAT_TOPIC_NAME_CONFIG"heartbeat.topic.name"public static final java.lang.StringLEGACY_ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_DOC"Use this property if you would like to configure the connector\'s error handling behavior differently from the Connect framework\'s."public static final java.lang.StringOFFSET_PARTITION_NAME_CONFIG"offset.partition.name"public static final java.lang.StringOFFSET_PARTITION_NAME_DEFAULT""public static final java.lang.StringOFFSET_PARTITION_NAME_DISPLAY"Offset partition name"public static final java.lang.StringOFFSET_PARTITION_NAME_DOC"Use a custom offset partition name. If blank the default partition name based on the connection details will be used."public static final java.lang.StringOUTPUT_FORMAT_KEY_CONFIG"output.format.key"public static final java.lang.StringOUTPUT_FORMAT_VALUE_CONFIG"output.format.value"public static final java.lang.StringOUTPUT_JSON_FORMATTER_CONFIG"output.json.formatter"public static final java.lang.StringOUTPUT_SCHEMA_INFER_VALUE_CONFIG"output.schema.infer.value"public static final booleanOUTPUT_SCHEMA_INFER_VALUE_DEFAULTfalsepublic static final java.lang.StringOUTPUT_SCHEMA_KEY_CONFIG"output.schema.key"public static final java.lang.StringOUTPUT_SCHEMA_VALUE_CONFIG"output.schema.value"public static final java.lang.StringOVERRIDE_ERRORS_DEAD_LETTER_QUEUE_TOPIC_NAME_CONFIG"mongo.errors.deadletterqueue.topic.name"public static final java.lang.StringOVERRIDE_ERRORS_LOG_ENABLE_CONFIG"mongo.errors.log.enable"public static final java.lang.StringOVERRIDE_ERRORS_LOG_ENABLE_DOC"Use this property if you would like to configure the connector\'s error handling behavior differently from the Connect framework\'s."public static final java.lang.StringOVERRIDE_ERRORS_TOLERANCE_CONFIG"mongo.errors.tolerance"public static final java.lang.StringOVERRIDE_ERRORS_TOLERANCE_DOC"Use this property if you would like to configure the connector\'s error handling behavior differently from the Connect framework\'s."public static final java.lang.StringPIPELINE_CONFIG"pipeline"public static final java.lang.StringPOLL_AWAIT_TIME_MS_CONFIG"poll.await.time.ms"public static final java.lang.StringPOLL_MAX_BATCH_SIZE_CONFIG"poll.max.batch.size"public static final java.lang.StringPUBLISH_FULL_DOCUMENT_ONLY_CONFIG"publish.full.document.only"public static final java.lang.StringTOPIC_MAPPER_CONFIG"topic.mapper"public static final java.lang.StringTOPIC_NAMESPACE_MAP_CONFIG"topic.namespace.map"public static final java.lang.StringTOPIC_PREFIX_CONFIG"topic.prefix"public static final java.lang.StringTOPIC_SUFFIX_CONFIG"topic.suffix" -
com.mongodb.kafka.connect.source.MongoSourceTask Modifier and Type Constant Field Value public static final java.lang.StringID_FIELD"_id"
-
com.mongodb.kafka.connect.source.heartbeat.HeartbeatManager Modifier and Type Constant Field Value public static final java.lang.StringHEARTBEAT_KEY"HEARTBEAT"
-
com.mongodb.kafka.connect.source.schema.AvroSchemaDefaults Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_AVRO_KEY_SCHEMA"{ \"type\": \"record\", \"name\": \"keySchema\", \"fields\" : [{\"name\": \"_id\", \"type\": \"string\"}]}"public static final java.lang.StringDEFAULT_AVRO_VALUE_SCHEMA"{ \"name\": \"ChangeStream\", \"type\": \"record\", \"fields\": [ { \"name\": \"_id\", \"type\": \"string\" }, { \"name\": \"operationType\", \"type\": [\"string\", \"null\"] }, { \"name\": \"fullDocument\", \"type\": [\"string\", \"null\"] }, { \"name\": \"ns\", \"type\": [{\"name\": \"ns\", \"type\": \"record\", \"fields\": [ {\"name\": \"db\", \"type\": \"string\"}, {\"name\": \"coll\", \"type\": [\"string\", \"null\"] } ] }, \"null\" ] }, { \"name\": \"to\", \"type\": [{\"name\": \"to\", \"type\": \"record\", \"fields\": [ {\"name\": \"db\", \"type\": \"string\"}, {\"name\": \"coll\", \"type\": [\"string\", \"null\"] } ] }, \"null\" ] }, { \"name\": \"documentKey\", \"type\": [\"string\", \"null\"] }, { \"name\": \"updateDescription\", \"type\": [{\"name\": \"updateDescription\", \"type\": \"record\", \"fields\": [ {\"name\": \"updatedFields\", \"type\": [\"string\", \"null\"]}, {\"name\": \"removedFields\", \"type\": [{\"type\": \"array\", \"items\": \"string\"}, \"null\"] }] }, \"null\"] }, { \"name\": \"clusterTime\", \"type\": [\"string\", \"null\"] }, { \"name\": \"txnNumber\", \"type\": [\"long\", \"null\"]}, { \"name\": \"lsid\", \"type\": [{\"name\": \"lsid\", \"type\": \"record\", \"fields\": [ {\"name\": \"id\", \"type\": \"string\"}, {\"name\": \"uid\", \"type\": \"string\"}] }, \"null\"] } ]}" -
com.mongodb.kafka.connect.source.schema.BsonDocumentToSchema Modifier and Type Constant Field Value public static final java.lang.StringDEFAULT_FIELD_NAME"default"
-
com.mongodb.kafka.connect.util.ServerApiConfig Modifier and Type Constant Field Value public static final java.lang.StringSERVER_API_DEPRECATION_ERRORS_CONFIG"server.api.deprecation.errors"public static final java.lang.StringSERVER_API_STRICT_CONFIG"server.api.strict"public static final java.lang.StringSERVER_API_VERSION_CONFIG"server.api.version"