UNPKG

kafka_header

Version:

A package which help in making consistent kafka header.

20 lines (11 loc) 257 B
# 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"); ```