kafka-message-bus
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

Kafka Message Bus 🚌✨

Test Coveralls Coverage Status

Introduction

Kafka Message Bus is a wrapper for KafkaJS, enhancing its functionality with deadletter topic support and handlers. It efficiently manages failed message processing in Kafka topics by redirecting them to deadletter topics for resolution, improving reliability in Kafka-based systems.

Getting Started

  1. Clone the repository:
    git clone https://github.com/tomer555/kafka-message-bus.git
    
  2. Install dependencies:
    npm install
    

Running Tests 🧪

Execute tests using:

npm run test

Kafka Provider Usage 📡

Configure, initialize, and use the Kafka provider in your application.

In-Memory Provider Usage 🧠

Set up and use the In-Memory provider for testing or lightweight handling.

Contributing

We welcome contributions! Here's how you can contribute:

  1. Fork the Repository: Create your own fork of the project.
  2. Create a Feature Branch: Work on new features or bug fixes in your own branch.
  3. Commit Your Changes: Make sure your changes are well-documented and tested.
  4. Submit a Pull Request: Submit your changes for review.

For a detailed guide on contributing to projects on GitHub, please refer to the GitHub contribution guide.

License

MIT License. See LICENSE.


For more details and advanced usage, visit the GitHub repository.

/kafka-message-bus/

    Package Sidebar

    Install

    npm i kafka-message-bus

    Weekly Downloads

    5

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    100 kB

    Total Files

    46

    Last publish

    Collaborators

    • tomer-levy555