EMP Details
Modern AVRO Schemas
These schemas are used in producing and consuming EMP messages on/from our cloud APIs
All CMD EMP topics are log compacted with all records present on respective topics for perpetuity.
Applications should start consuming from the latest offset if they don’t want to re-load all records.
If service is configured to consume from offset=zero, then all of the records will start loading in your DB.
| Schema | Link | Sample Feed | Status | V2 Topic Name (To be deprecated soon) | Retina Topic Name | Sample Data | Remarks |
|---|---|---|---|---|---|---|---|
| 1 | Customer AVRO Schema | Customer_ValueSchema_Modern.v1.avsc | Approved by MIM team | SIT: MSK.commercial.test.sitCustomer.topic.internal.any.v3PP/PROD: MSK.commercial.customer.topic.internal.any.v3 | SIT: msk.commercial.test.sitcustomer.topic.internal.any.v3PP/PROD: msk.commercial.customer.topic.internal.any.v3 | ||
| 2 | Contact AVRO Schema | Contact_ValueSchema_Modern.v1.avsc | Approved by MIM team | SIT: MSK.commercial.test.sitContact.topic.internal.any.v3PP/PROD: MSK.commercial.contact.topic.internal.any.v3 | SIT: msk.commercial.test.sitcontact.topic.internal.any.v3PP/PROD: msk.commercial.contact.topic.internal.any.v3 | 03/Aug: Addition: of “Customer Trading Name” field is been added to CustomerIds Object | |
| 3 | Concern AVRO Schema | Concern_ValueSchema_Modern.v1.avsc | Approved by MIM team | SIT: MSK.commercial.test.sitConcern.topic.internal.any.v3PP/PROD: MSK.commercial.concern.topic.internal.any.v3 | SIT: msk.commercial.test.sitconcern.topic.internal.any.v3PP/PROD: msk.commercial.concern.topic.internal.any.v3 | ||
| 4 | CBU AVRO Schema | CBU_ValueSchema.v1.avsc | Approved by MIM team | ||||
| 5 | Customer Facility AVRO Schema | CustomerFacility_ValueSchema_Modern.v1.avsc | Approved by MIM team | SIT: MSK.commercial.test.sitCustomerFacility.topic.internal.any.v3PP/PROD: MSK.commercial.customerFacility.topic.internal.any.v3 | SIT: msk.commercial.test.sitcustomerfacility.topic.internal.any.v3PP/PROD: msk.commercial.customerfacility.topic.internal.any.v3 | ||
| 6 | Notification AVRO Schema | Notification_ValueSchema_Modern.v1.avsc | Approved by MIM team | SIT:MSK.commercial.test.sitNotification.topic.internal.any.v3PP/PROD:MSK.commercial.notification.topic.internal.any.v3 | SIT:msk.commercial.test.sitnotification.topic.internal.any.v3PP/PROD:msk.commercial.notification.topic.internal.any.v3 |
Was this page helpful?