Class MySqlCloudEventsMaker
java.lang.Object
io.debezium.converters.spi.CloudEventsMaker
io.debezium.connector.mysql.converters.MySqlCloudEventsMaker
CloudEvents maker for records produced by the MySQL connector.
- Author:
- Chris Cranford
-
Nested Class Summary
Nested classes/interfaces inherited from class io.debezium.converters.spi.CloudEventsMaker
CloudEventsMaker.FieldName -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final String(package private) static final StringFields inherited from class io.debezium.converters.spi.CloudEventsMaker
CLOUDEVENTS_SCHEMA_SUFFIX, CLOUDEVENTS_SPECVERSION, DATA_SCHEMA_NAME_PARAM -
Constructor Summary
ConstructorsConstructorDescriptionMySqlCloudEventsMaker(RecordAndMetadata recordAndMetadata, SerializerType dataContentType, String dataSchemaUriBase, String cloudEventsSchemaName) -
Method Summary
Methods inherited from class io.debezium.converters.spi.CloudEventsMaker
ceDataAttribute, ceDataAttributeSchema, ceDatacontenttype, ceDataschemaUri, ceSchemaName, ceSource, ceSpecversion, ceTime, ceType, sourceField
-
Field Details
-
TABLE_NAME_KEY
- See Also:
-
SERVER_ID_KEY
- See Also:
-
GTID_KEY
- See Also:
-
BINLOG_FILENAME_OFFSET_KEY
- See Also:
-
BINLOG_POSITION_OFFSET_KEY
- See Also:
-
BINLOG_ROW_IN_EVENT_OFFSET_KEY
- See Also:
-
THREAD_KEY
- See Also:
-
QUERY_KEY
- See Also:
-
MYSQL_SOURCE_FIELDS
-
-
Constructor Details
-
MySqlCloudEventsMaker
public MySqlCloudEventsMaker(RecordAndMetadata recordAndMetadata, SerializerType dataContentType, String dataSchemaUriBase, String cloudEventsSchemaName)
-
-
Method Details
-
ceId
- Specified by:
ceIdin classCloudEventsMaker
-
connectorSpecificSourceFields
- Specified by:
connectorSpecificSourceFieldsin classCloudEventsMaker
-