Discovered discrepancies between MEF and YAML documents #187
-
Happy new year! We found some discrepancies in the MEF and the yaml document (Fergie version). Could you clarify them?
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
Thank you very much for the feedback.
|
Beta Was this translation helpful? Give feedback.
-
Thanks @MichalLaczynskiAmartus! Looking forward to the rest of the answers. |
Beta Was this translation helpful? Give feedback.
-
Hi @MichalLaczynskiAmartus - adding one more clarification from the Interlude side. We noticed that the performanceReport doesn't hold the performancejob.id in the request which refrains us from associating the created performance job > performanceReport > /listener/performanceJobReportReadyEvent > /listener/performanceJobReportPreparationErrorEvent. Our idea is to add the performancejob.id parameter in the performanceReport API to link the mentioned APIs. Wanted to consult if this is a good approach from your purview or do you have any other suggestion. Asking because this approach entails to deviating from the published MEF standard API and might have an unknown impact. Thanks in advanced. |
Beta Was this translation helpful? Give feedback.
I am saying that there are 2 ways to request a report. Either with creating a job, or by providing the job configuration directly. This is the "RefOrValue" pattern.