Microservices in MDW

Patterns

1. Consume

Microservice REST Adapter

Design Aspects

  • Straight HTTP
  • Request/response binding
  • Transformation
  • Automated Retry
  • Context Help

Runtime View

  • Process state
  • Request/response
  • Response code evaluation
  • Service Summary

2. Orchestrate

Execution Plan

  • Dynamic
  • Asset-driven
  • Lookup patterns
  • Parallelism
  • Value binding
  • Error Handling

Service Summary

  • Automatically populated
  • Invocations
  • Updates
  • Dependency management

3. Produce

Exposing REST Services

Deployment and Testing

Resources

Next