We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have disabled some data delivery steps as those steps are not injecting smallrye reactive messaging correctly.
Here are missing steps
{ "name": "VoidInboundAndMessagingOutboundAsync", "type": "asynchronous", "outbound": { "type": "messaging", "channelName": "outboundChannel" } }, { "name": "MessagingOutboundWithCustomTypesAsync", "type": "asynchronous", "outbound": { "type": "messaging", "channelName": "outboundChannel", "recordType": { "name": "CustomRecord", "package": "com.boozallen.aiops.mda.pattern.record" } } }, { "name": "MessagingOutboundWithCustomRecAsync", "type": "asynchronous", "outbound": { "type": "messaging", "channelName": "outboundChannel", "recordType": { "name": "CustomRec", "package": "com.boozallen.aiops.mda.pattern.record" } } },
It seems like any step with asynchronous type, no inbound messaging , and messaging outbound is having issue with running step execution.
aissemble/test/test-mda-models/test-data-delivery-spark-model/src/main/resources/pipelines/SparkJavaDataDeliveryPatterns.json
The text was updated successfully, but these errors were encountered:
DoD completed with @aaron-gary
Sorry, something went wrong.
OTS Completed with @chang-annie
Merge pull request #446 from boozallen/430-test-data-delivery-spark-m…
c603056
…odel #430 FIx data delivery steps not injecting smallrye when running test-data-delivery-spark-model
Tested - did not experience stalling on data lineage recording in either CI or locally. Builds pass.
jaebchoi
No branches or pull requests
Description
We have disabled some data delivery steps as those steps are not injecting smallrye reactive messaging correctly.
Here are missing steps
It seems like any step with asynchronous type, no inbound messaging , and messaging outbound is having issue with running step execution.
Definition of Done
Test Instruction
Steps to Reproduce
aissemble/test/test-mda-models/test-data-delivery-spark-model/src/main/resources/pipelines/SparkJavaDataDeliveryPatterns.json
Add missing 3 steps mentioned above.Expected Behavior
Actual Behavior
The text was updated successfully, but these errors were encountered: