Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/karafka/karafka-testing

Library which provides helpers for easier Karafka consumers tests
https://github.com/karafka/karafka-testing

kafka kafka-consumer karafka karafka-framework rspec rspec-testing ruby testing

Last synced: about 9 hours ago
JSON representation

Library which provides helpers for easier Karafka consumers tests

Awesome Lists containing this project

README

        

# Karafka Testing library

[![Build Status](https://github.com/karafka/karafka-testing/workflows/ci/badge.svg)](https://github.com/karafka/karafka-testing/actions?query=workflow%3Aci)
[![Gem Version](https://badge.fury.io/rb/karafka-testing.svg)](http://badge.fury.io/rb/karafka-testing)
[![Join the chat at https://slack.karafka.io](https://raw.githubusercontent.com/karafka/misc/master/slack.svg)](https://slack.karafka.io)

Karafka-Testing is a library that provides RSpec helpers, to make testing of Karafka consumers and producer much easier.

## Installation and usage

`karafka-testing` docs are part of Karafka framework docs. You can find the testing section [here](https://karafka.io/docs/Testing/).

## Note on contributions

First, thank you for considering contributing to the Karafka ecosystem! It's people like you that make the open source community such a great community!

Each pull request must pass all the RSpec specs, integration tests and meet our quality requirements.

Fork it, update and wait for the Github Actions results.