UNPKG
kafka_header
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
A package which help in making consistent kafka header.
kafka_header
/
README.md
20 lines
(11 loc)
•
257 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Kafka Header
---
## Introduction:
It
create
a
header
structure
for
kafka
payload.
#
### How to use:
To
use
this
package
in
your
project
```node.js
const
{
kafkaHeader
}
=
require("kafka_header");
kafkaHeader("server_name");
```