0.0.9 • Published 4 years ago

cr-producer-order v0.0.9

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
4 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

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago