Coder Social home page Coder Social logo

Comments (8)

github-actions avatar github-actions commented on May 17, 2024

Hello @jandresmartinez, thanks for getting in touch, we will get back to you asap! If you have issues in the 1.x.x.RELEASE line we recommend you to update to the latest version, unfortunately this line is not supported anymore.

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on May 17, 2024

Hi @jandresmartinez, you can find working examples for every implementation in the tests

from spring-cloud-zuul-ratelimit.

jandresmartinez avatar jandresmartinez commented on May 17, 2024

Thanks a lot @marcosbarbero!!

I tried to run a simple dummy spring boot application:

import com.hazelcast.core.Hazelcast;
import com.hazelcast.map.IMap;
import io.github.bucket4j.grid.GridBucketState;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.SpringApplication;
import org.springframework.cloud.client.SpringCloudApplication;
import org.springframework.cloud.netflix.zuul.EnableZuulProxy;
import org.springframework.context.annotation.Bean;

@EnableZuulProxy
@SpringCloudApplication
public class SpringZuulRateLimitingApplication {

    public static void main(String... args) {
        SpringApplication.run(SpringZuulRateLimitingApplication.class, args);
    }

    @Bean
    @Qualifier("RateLimit")
    public IMap<String, GridBucketState> map() {
        return Hazelcast.newHazelcastInstance().getMap("rateLimit");
    }
}

but i'm having the following error:

Description:

Parameter 0 of method rateLimiterPreFilter in com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.RateLimitAutoConfiguration required a bean of type 'com.marcosbarbero.cloud.autoconfigure.zuul.ratelimit.config.RateLimiter' that could not be found.

The following candidates were found but could not be injected:
	- Bean method 'bucket4jHazelcastRateLimiter' in 'RateLimitAutoConfiguration.Bucket4jHazelcastConfiguration' not loaded because @ConditionalOnClass did not find required class 'com.hazelcast.core.IMap'

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on May 17, 2024

Could you please tell me the versions of Spring Boot, Spring Cloud, and the Rate Limit?

from spring-cloud-zuul-ratelimit.

jandresmartinez avatar jandresmartinez commented on May 17, 2024
<dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot</artifactId>
        <version>2.1.18.RELEASE</version>
      </dependency>

.....


 <spring-cloud.version>Greenwich.SR6</spring-cloud.version>

.....


<dependency>
      <groupId>com.marcosbarbero.cloud</groupId>
      <artifactId>spring-cloud-zuul-ratelimit</artifactId>
      <version>2.4.0.RELEASE</version>
      <scope>compile</scope>
    </dependency>

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on May 17, 2024

Thanks, at this moment I don't know what's going wrong.
Can you please share the project in a public repo?

from spring-cloud-zuul-ratelimit.

jandresmartinez avatar jandresmartinez commented on May 17, 2024

Thanks a lot @marcosbarbero Finally there was a dependency problem between spring-jpa and hazelcast.

from spring-cloud-zuul-ratelimit.

marcosbarbero avatar marcosbarbero commented on May 17, 2024

Thanks for the heads up @jandresmartinez ! I'll close this issue, if you find any problem in the future you can file a new one.

from spring-cloud-zuul-ratelimit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.