Class MongoDbSchemaFactory

java.lang.Object
io.debezium.schema.SchemaFactory
io.debezium.connector.mongodb.MongoDbSchemaFactory

public class MongoDbSchemaFactory extends SchemaFactory
  • Field Details

    • mongoDbSchemaFactoryObject

      private static final MongoDbSchemaFactory mongoDbSchemaFactoryObject
    • MONGODB_TRUNCATED_ARRAY_SCHEMA_VERSION

      private static final int MONGODB_TRUNCATED_ARRAY_SCHEMA_VERSION
      See Also:
    • MONGODB_UPDATED_DESCRIPTION_SCHEMA_VERSION

      private static final int MONGODB_UPDATED_DESCRIPTION_SCHEMA_VERSION
      See Also:
  • Constructor Details

    • MongoDbSchemaFactory

      public MongoDbSchemaFactory()
  • Method Details

    • get

      public static MongoDbSchemaFactory get()
    • truncatedArraySchema

      public org.apache.kafka.connect.data.Schema truncatedArraySchema()
    • updatedDescriptionSchema

      public org.apache.kafka.connect.data.Schema updatedDescriptionSchema()