UNPKG

egg-plugin-kafka

Version:

An egg plugin that provides a number of built-in methods

6 lines (4 loc) 107 B
const kafka = require('./libs/kafka') module.exports = agent => { if (agent.config.kafka) kafka(agent) }