1.0.2 • Published 7 years ago

egg-kafka-java-bridge v1.0.2

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

egg-kafka-java-bridge

NPM version build status Test coverage David deps Known Vulnerabilities npm download

https://support.apple.com/kb/DL1572?locale=zh_CN

Install

$ npm i egg-kafka-java-bridge --save

Usage

// {app_root}/config/plugin.js
exports.kafka = {
  enable: true,
  package: 'egg-kafka-java-bridge',
};

Configuration

// {app_root}/config/config.default.js
exports.kafka = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT