Does Polly chaos engineering work with Kafka? #2082
-
Can I inject chaos for Kafka to test my app resilience for producers and consumers logic using Polly? |
Beta Was this translation helpful? Give feedback.
Answered by
peter-csala
Apr 29, 2024
Replies: 1 comment 1 reply
-
With the Behavior chaos you can write any arbitrary logic to setup the scene for your chaos experiment. You just have to write yourself the poison pill message publishing logic and pass that to the |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
01vadim10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the Behavior chaos you can write any arbitrary logic to setup the scene for your chaos experiment. You just have to write yourself the poison pill message publishing logic and pass that to the
BehaviorGenerator
.