Skip to content

s-sathish/node-kafkaPartitioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-kafkaPartitioner

Kafka partition selection based on key and partitionCount

Installation

Using npm:

$ npm install --save node-kafka-partitioner

Example

let kafkaDefaultPartitioner = require('node-kafka-partitioner');
kafkaDefaultPartitioner.partition(topicName, partitionKey, partitionCount);

About

Kafka partition selection based on key and partitionCount

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published