2.0.0 • Published 2 years ago

nestjs-eureka v2.0.0

Weekly downloads
11
License
MIT
Repository
gitlab
Last release
2 years ago

pipeline status

nests-eureka is a NestJS module that provides an integration with eureka-js-client

Getting Started

You need to import the EurekaModule in your application:

EurekaModule.forRoot({
    eureka: {
      host: 'eureka-service',
      port: 8761,
      registryFetchInterval: 1000,
      servicePath: '/eureka/apps/',
      maxRetries: 3,
    },
    service: {
      name: 'my-service',
      port: 8080,
    },
}),

Run Tests

npm run test
docker pull springcloud/eureka
docker run --rm -p 8761:8761 springcloud/eureka
npm run test:e2e
2.0.0

2 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago