Skip to content

docs: add axum integration example#46

Merged
mrcrgl merged 1 commit into
mainfrom
docs/11-axum-example
Apr 7, 2026
Merged

docs: add axum integration example#46
mrcrgl merged 1 commit into
mainfrom
docs/11-axum-example

Conversation

@mrcrgl

@mrcrgl mrcrgl commented Apr 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a new examples/axum.rs integration example that runs an axum server under ProcessManager
  • demonstrate graceful shutdown and reload handling via runtime control messages
  • add axum as a dev-dependency for example compilation
  • document the new example in README and examples README
  • include the new axum example in CI example execution
  • update changelog entries for issue #11

Validation

  • cargo fmt --all -- --check
  • cargo clippy --all-features -- -D warnings
  • cargo test --all
  • cargo test --no-default-features
  • timeout 30s cargo run --example simple
  • timeout 45s cargo run --example dynamic_add
  • timeout 30s cargo run --example restart_supervisor
  • timeout 30s cargo run --example runtime_context
  • timeout 30s cargo run --example axum

Closes #11

@mrcrgl mrcrgl marked this pull request as ready for review April 7, 2026 12:43
@mrcrgl mrcrgl merged commit d3e9f9e into main Apr 7, 2026
3 checks passed
@mrcrgl mrcrgl deleted the docs/11-axum-example branch April 7, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Provide example for axum

1 participant