elguardian opened a new issue, #6997: URL: https://github.com/apache/incubator-kie/issues/6997
For events that can receive / send message to a stream we might need to support old versioning of message payload. We need to add or investigate how system can migrate from one payload to another. For instance if we have `Start -> catch message (S1) -> End` where catch message support S1 schema version of the payload in a stream if a process instance 1 is moved forward to the same process defintion but changing the schema to S2 `Start -> catch message (S2) -> End` We might need to think how those streams needs to be solved or a strategy to resolvethis schemas. We can see other configurations 1. different messages schemas in the same stream. proposal is to have some sort of converter supporting multiple messages payload versions 2. different messages schemas in different streams. proposal is to add a stream processor. The problem is how to know which process belongs to each process instances. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
