Skip to content

docs: add C# circuit breaker configuration examples - #310

Draft
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-circuit-breaker-docs
Draft

docs: add C# circuit breaker configuration examples#310
Aryex wants to merge 1 commit into
mainfrom
alexl/agent/csharp-circuit-breaker-docs

Conversation

@Aryex

@Aryex Aryex commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add C# code examples to the circuit breaker configuration page, replacing the "not yet available" placeholders.

⚠️ Attention: This PR was generated automatically. Verify that all relevant pages have been updated.

Source Commits

  • 35943e8 — Add circuit breaker configuration support (#483)

Changes

  • Replaced C# "not yet available" placeholder in the Configuration section with a complete code example showing CircuitBreakerConfig fluent builder, GlideClientConfiguration.WithCircuitBreaker(), and GlideClient.CreateClient()
  • Replaced C# "not yet available" placeholder in the Handling Rejections section with a try/catch example using CircuitBreakerException

Context

C# #483 implements CircuitBreakerConfig with a fluent WithXxx() API, wires it through FFI to the Rust core, and surfaces CircuitBreakerException when the breaker is open. The C# client uses idiomatic TimeSpan for duration parameters rather than raw milliseconds. This completes circuit breaker support across all GLIDE language clients.

cc @currantw


This PR was generated by the automated documentation pipeline.

Signed-off-by: kiro-agent <kiro-agent@users.noreply.github.com>
@Aryex Aryex added documentation Improvements or additions to documentation csharp AI Generated labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI Generated csharp documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants