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
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Significant improvement
Task Description
This feature will allow us to support multiple ingress message brokers, or alternative data sources, which will need to be paired with an appropriate sink type to handle the message results.
Acceptance Criteria
Configuration
Add support to pipeline.py for specifying some number of input source / output sink pairs
Allow specification of any required configuration parameters
Implementation
Create pydantic schema validators for all input source/sink configurations
Update JobSpec schemas so that they support a new tag indicating which sink they should be routed to
Add appropriate lookup mechanisms for mapping source/sink specifications to stage/module constructors and appropriate error handling
Add functional tests the verify routing behavior
Describe the feature, and optionally a solution or implementation and any alternatives
This issue currently depends on the availability of router nodes in Morpheus.
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Significant improvement
Task Description
This feature will allow us to support multiple ingress message brokers, or alternative data sources, which will need to be paired with an appropriate sink type to handle the message results.
Acceptance Criteria
Configuration
pipeline.py
for specifying some number of input source / output sink pairsImplementation
Describe the feature, and optionally a solution or implementation and any alternatives
This issue currently depends on the availability of router nodes in Morpheus.
The text was updated successfully, but these errors were encountered: