spring-cloud/spring-cloud-gateway

Add customization options to ResponseCacheGatewayFilter

開放

#3,429 建立於 2024年6月12日

 (1 則留言) (1 個反應) (0 位負責人)Java (3,204 個分叉)batch import
enhancementhelp wanted

倉庫指標

星標
 (4,284 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Is your feature request related to a problem? Please describe. I have a specfic kind of caching logic that should not use the header values. In the current implementation of the CacheKeyGenerator there is a static list of key generators that I cannot modify.

Describe the solution you'd like Add an api or spring mechanism to change the key generator.

Describe alternatives you've considered I tried to modify that static field at runtime but this approach is really hacky.

Additional context I have not used spring for a long time. Maybe there is already a way to change the CacheKeyGenerator or ResponseCache implementation.

貢獻者指南