UNPKG
kafkajs-fixes
Version:
latest (2.3.1)
2.3.1
2.3.0
A modern Apache Kafka client for node.js
kafka.js.org
tulios/kafkajs
kafkajs-fixes
/
src
/
protocol
/
sasl
/
awsIam
/
response.js
5 lines
(4 loc)
•
76 B
JavaScript
View Raw
1
2
3
4
5
module.exports = { decode:
async
() =>
true
, parse:
async
() =>
true
, }