From 2b7a259f9f7051300da845fdbf5e376b11daed19 Mon Sep 17 00:00:00 2001 From: tomer555 <37261280+tomer555@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:21:25 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a1c79c..80e9b89 100644 --- a/README.md +++ b/README.md @@ -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.