New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bit-kafka

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

bit-kafka

A wrapper package to use Kafka solution from Bitquery without writing complex code

unpublished
latest
npmnpm
Version
1.0.2
Version published
Maintainers
0
Created
Source

bit-kafka

bit-kafka is an npm package for consuming Kafka messages efficiently with low latency. The purpose behind creating this package is to allow people with low technical ability to use the Kafka solution.

Installation

npm install bit-kafka

Usage

const {getStream} = require('bit-kafka');

getStream("<username>", "<password>", "<topic>", "<groupName>");
  • <username> & <password>: The credentials to access the Kafka stream. To get your credentials contact - sales@bitquery.io

  • <topic>: The topic name of the Kafka message that the user wants to subscribe.

  • <groupName>: Distinction for when multiple streams are accessed from one cluster(when one set of <username> and <password> are used).

Contributing

Contributions are welcome! Feel free to submit issues and pull requests here.

License

ISC License © 2025 bit-kafka

Keywords

Bitquery

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts