UNPKG
kafka-common-utils
Version:
latest (1.0.0)
1.0.0
common modules
github.com/lipengyao2016/kafka-common-utils
lipengyao2016/kafka-common-utils
kafka-common-utils
/
index.js
12 lines
(8 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/** * Created by licp on 2016-11-28. */
module
.
exports
= { kafkaProducer :
require
(
'./lib/common/kafkaProducer'
), kafkaConsumer :
require
(
'./lib/common/kafkaConsumer'
), };