first commit

This commit is contained in:
s.golasch
2023-08-01 11:41:47 +02:00
commit 2ae8a87319
3 changed files with 158 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "kafka-producer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"kafkajs": "1.15.0"
}
}