Skip to content

Fixes #202 issue.#203

Merged
ryanjbaxter merged 2 commits intospring-cloud:mainfrom
santoshdahal12:disable-time-limiter-configurable-by-id-or-group
Jul 29, 2024
Merged

Fixes #202 issue.#203
ryanjbaxter merged 2 commits intospring-cloud:mainfrom
santoshdahal12:disable-time-limiter-configurable-by-id-or-group

Conversation

@santoshdahal12
Copy link
Copy Markdown

Please review this.

timeLimiterRegistry, Optional.ofNullable(circuitBreakerCustomizers.get(id)), isDisableTimeLimiter);
}

private boolean isDisableTimeLimiter() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This method is no longer used right? Maybe we can keep it and call the new Util method or just remove it

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's not used. It was private, so just I removed it.

Copy link
Copy Markdown
Contributor

@ryanjbaxter ryanjbaxter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add some documentation on the new properties and behavior?

@ryanjbaxter ryanjbaxter linked an issue Jul 28, 2024 that may be closed by this pull request
@santoshdahal12
Copy link
Copy Markdown
Author

Please review the changes. Thanks for feedback

@ryanjbaxter ryanjbaxter merged commit 39609c3 into spring-cloud:main Jul 29, 2024
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.

TimeLimiter disable by group or instance level

3 participants