From aabfd0bff88f321ed29f9c5009b9d10cb4e773cc Mon Sep 17 00:00:00 2001 From: "Michael A. Schlosser" Date: Mon, 27 Jun 2022 11:43:34 -0500 Subject: [PATCH] fix(docs): Fix acronym on mxe docs (#5249) --- docs/what/mxe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/what/mxe.md b/docs/what/mxe.md index 81a396705a..0cbd84a5ad 100644 --- a/docs/what/mxe.md +++ b/docs/what/mxe.md @@ -87,7 +87,7 @@ that occurred at a particular time, for example profiling of a Dataset. ### Emission -MCPs are emitted when *any* change is made to an entity on the DataHub Metadata Graph, this includes +MCLs are emitted when *any* change is made to an entity on the DataHub Metadata Graph, this includes writing to any aspect of an entity. Two distinct topics are maintained for Metadata Change Log. The default Kafka topic name for **versioned** aspects is `MetadataChangeLog_Versioned_v1` and for @@ -427,4 +427,4 @@ No active consumers. The PDL schema can be found [here](https://github.com/datahub-project/datahub/blob/master/metadata-models/src/main/pegasus/com/linkedin/mxe/FailedMetadataChangeEvent.pdl). -The default Kafka topic name for FMCEs is `FailedMetadataChangeEvent_v4`. \ No newline at end of file +The default Kafka topic name for FMCEs is `FailedMetadataChangeEvent_v4`.