Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/karafka/karafka-testing
- Owner: karafka
- License: mit
- Created: 2019-02-18T12:01:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T17:28:22.000Z (3 months ago)
- Last Synced: 2024-10-29T14:38:11.379Z (3 months ago)
- Topics: kafka, kafka-consumer, karafka, karafka-framework, rspec, rspec-testing, ruby, testing
- Language: Ruby
- Homepage: https://karafka.io
- Size: 357 KB
- Stars: 22
- Watchers: 5
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: MIT-LICENSE
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.