Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.15 KB

Features.md

File metadata and controls

23 lines (20 loc) · 2.15 KB
Main > Features

Features 💡

  • 🔌 Plug-and-Play Components: Instantly integrate powerful components with minimal setup.
  • 🔗 Seamless Dependency Injection (DI): Effortlessly register your services and streamline your application architecture.
  • ⚠️ Robust Exception Handling: Ensure your application remains resilient and reliable in the face of errors.
  • 🔍 Comprehensive Diagnostics: Leverage System.Diagnostics for in-depth monitoring and troubleshooting.
  • 🌐 Advanced Distributed Tracing: Gain visibility into your application's flow across services for better observability.
  • 🧬 Interception and Mutation: Modify messages in transit with precision, tailoring behaviors as needed.
  • 📦 Efficient Batching: Optimize message processing with intelligent batching strategies.
  • 📩 Dead Letter Topic (DLT) Implementation: Handle message failures gracefully, ensuring no data is lost.
  • 🔁 Non-Blocking Retry Topic Implementation: Effortlessly manage message retries without blocking the processing pipeline, ensuring that your application maintains high throughput and responsiveness.
  • 🔁 Customizable Blocking Retry Pattern: Tailor your retry logic with precision, choosing from various blocking strategies that fit your specific use cases while ensuring reliable message processing. Choose from Immediate, Regular, Exponential, and more.
  • 🛑 Graceful Shutdown: Safely terminate processes without losing in-flight messages.
  • ♻️ Idempotent Consumer Pattern: Guarantee that message processing is safe and repeatable, preventing duplicate actions.
  • 📤 Support for Multiple Serializers: Easily switch between various serialization formats based on your requirements.
  • 📜 Schema Registry Support: Seamlessly integrate with schema registries for better data governance.
  • 💻 Broad Compatibility: Fully supports .NET Framework, .NET Core, and .NET 5 and above, ensuring versatility in deployment.
Go Back