You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decide which patterns are implemented specifically (complex patterns) (PO decision pending)
Implement a generic framework for custom logic patterns (e.g., transformer, splitter, et al.)
Generic component is able to work with Kafka layer
Custom logic is provided as a function (any lang)
Evaluate how to map function with an instance of a generic component
Working example based on Scenario 1 (having manual steps is okay)
M1 - Transform (f) - M2
M1 uses a simple message generator
M2 simply shows arrived messages in a webpage
Transform function must be manually uploaded to OpenFaaS
MICO application having M1, M2, and the Generic Comp (with a property that links to the OpenFaaS func - the property may be an env variable that needs to be entered by the user)
M1, M2, and Generic Comp service expose a Kafka-aware MicoInterface
Evaluate MICO domain model in order to represent composition patterns
The text was updated successfully, but these errors were encountered: