google / guava

Google core libraries for Java
Apache License 2.0
50.12k stars 10.88k forks source link

RateLimiter is marked unstable with @Beta #5959

Closed 2625180201 closed 2 years ago

2625180201 commented 2 years ago

My compiler shows as below, how should i fix it? use other class? 'com.google.common.util.concurrent.RateLimiter' is marked unstable with @Beta

jbduncan commented 2 years ago

Depending on if you're in a team that cares about that sort of compiler message, either ignore the message or look into an equivalent library like resilience4j.

eamonnmcmanus commented 2 years ago

Duplicate of #5612.