cb_generate_pattern
Generate a circuit breaker implementation to protect service-to-service calls. Specify calling service, target service, and language to receive ready-to-use code.
Instructions
Generate a circuit breaker implementation for service-to-service communication
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| language | Yes | Programming language (e.g. typescript, go, python, java) | |
| service_name | Yes | Name of the calling service | |
| target_service | Yes | Name of the target service to protect |