Skip to content

Add fluent CircuitBreaker configuration to Kafka listeners#2506

Merged
jeremydmiller merged 1 commit intoJasperFx:mainfrom
Ferchke7:kafka-circuit-breaker-fluent-config
Apr 14, 2026
Merged

Add fluent CircuitBreaker configuration to Kafka listeners#2506
jeremydmiller merged 1 commit intoJasperFx:mainfrom
Ferchke7:kafka-circuit-breaker-fluent-config

Conversation

@Ferchke7
Copy link
Copy Markdown
Contributor

@Ferchke7 Ferchke7 commented Apr 14, 2026

Adds a CircuitBreaker() method to KafkaListenerConfiguration so Kafka listeners can opt into Wolverine's standard circuit breaker policy through the fluent API.

  • Example
.CircuitBreaker(cb =>
                    {
                        cb.MinimumThreshold = 10;
                        cb.PauseTime = TimeSpan.FromMinutes(1);
                    })
                   

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.

2 participants