問題タブ [spring-cloud-gateway]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
rate-limiting - Spring Cloud Gateway のユーザープランに基づくレート制限
ユーザーがプランに加入しているとします。Spring Cloud Gateway を使用して、サブスクリプション プランに基づいてユーザー リクエストをレート制限することは可能ですか? Silver プランと Gold プランがある場合、Silver サブスクリプションの replenishRate/burstCapacity を 5/10、Gold を 50/100 にすることはできますか?
私は単純に RedisRateLimiter の新しいインスタンスをフィルターに渡すことを考えました (以下を参照して、5/10 の設定で新しいインスタンスを作成します)。シルバープランとゴールドプランです。
Spring Cloud Gateway でも可能なことを達成しようとしていますか? 他にどのような製品をお勧めしますか?
ありがとう!