ERP Export Service Kafka Topics
The ERP Export service publishes the messages in JSON and/or B2MML format to the following Kafka topics:
In addition, messages about unprocessed events are published to the event.topic.failedeventname: mes.failedevents Kafka topic. You can verify these topics in case of failures.
Events | Kafka topic |
---|---|
Clock on and clock off of serials/lots | mes.erp.outbound.messages.laborVouchering |
Remaining events | mes.erp.outbound.messages |
Note:
Messages for clock-on and clock-off events are generated separately because:
- A lot of messages are generated for these two events and that can adversely impact the system performance.
- Users who are not interested in messages related to these events can ignore them.