Skip to content

Commit

Permalink
Add details to customizing RateLimitKeyGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosbarbero authored Dec 28, 2021
1 parent f84daab commit 38cf38f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ This section details how to add custom implementations
=== Key Generator

If the application needs to control the key strategy beyond the options offered by the type property then it can
be done just by creating a custom link:./spring-cloud-zuul-ratelimit-core/src/main/java/com/marcosbarbero/cloud/autoconfigure/zuul/ratelimit/config/RateLimitKeyGenerator.java[`RateLimitKeyGenerator`]
be done just by creating a custom link:./spring-cloud-zuul-ratelimit-core/src/main/java/com/marcosbarbero/cloud/autoconfigure/zuul/ratelimit/config/RateLimitKeyGenerator.java[`RateLimitKeyGenerator`] beanfootnote:[By declaring a new `RateLimitKeyGenerator`, you replace the `DefaultRateLimitKeyGenerator`.]
implementation adding further qualifiers or something entirely different:

[source, java]
Expand Down

0 comments on commit 38cf38f

Please sign in to comment.