Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomer555 committed Dec 8, 2023
1 parent 91c1d0b commit 2b7a259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Kafka Message Bus 🚌✨
![Build](https://github.com/tomer555/kafka-message-bus/actions/workflows/test/badge.svg)
[![Test Coveralls](https://github.com/tomer555/kafka-message-bus/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/tomer555/kafka-message-bus/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/tomer555/kafka-message-bus/badge.svg?branch=master)](https://coveralls.io/github/tomer555/kafka-message-bus?branch=master)
## 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.
Expand Down

0 comments on commit 2b7a259

Please sign in to comment.