Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add fault injection capabilities for Kafka protocol #151

Open
Tracked by #243
pablochacin opened this issue May 2, 2023 · 0 comments
Open
Tracked by #243

Add fault injection capabilities for Kafka protocol #151

pablochacin opened this issue May 2, 2023 · 0 comments

Comments

@pablochacin
Copy link
Collaborator

Kafka is widely used in microservices architecture to support async event-driven communication between services.
Therefore, it is critical for teams to test how their services handle different types of errors when producing/consuming messages from Kafka.

Injecting faults in the requests will help developers validate:

  • The impact of brokers' latency on the overall application performance
  • How (and if) the application is handling common errors when accessing the broker
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

No branches or pull requests

1 participant