apache / pulsar-dotpulsar

The official .NET client library for Apache Pulsar
https://pulsar.apache.org/
Apache License 2.0
234 stars 62 forks source link

Add Toxiproxy to simulate errors in distributed systems #198

Closed entvex closed 10 months ago

entvex commented 10 months ago

Description

This commit adds Toxiproxy to our system to help us simulate common issues in distributed systems such as fault tolerance and error recovery. This will help us identify and fix issues before they become critical.