0.0.9 • Published 5 years ago

cr-producer-order v0.0.9

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 years ago

Description

  const odOptions = new OrderDistributionOptions();
  odOptions.kafkaProducerOptions = new ProducerKafkaOptions();
  odOptions.kafkaProducerOptions.clientId = 'cr-core';
  odOptions.kafkaProducerOptions.brokers = ['10.0.0.79:9092'];
  //
  const app = await NestFactory.create(OdModule.registerFrom(odOptions));

Installation

$ npm install cr-producer-order

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov
0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago