Sha256: 57bb41f10bf191065f475a7ccd328f0ad93b7b75774c35fb01ab08a7c01c124d

Contents?: true

Size: 1.33 KB

Versions: 33

Compression:

Stored size: 1.33 KB

Contents

[![Build Status](https://github.com/karafka/karafka-core/actions/workflows/ci.yml/badge.svg)](https://github.com/karafka/karafka-core/actions/workflows/ci.yml)
[![Gem Version](https://badge.fury.io/rb/karafka-core.svg)](http://badge.fury.io/rb/karafka-core)
[![Join the chat at https://slack.karafka.io](https://raw.githubusercontent.com/karafka/misc/master/slack.svg)](https://slack.karafka.io)

## Karafka-Core

Karafka-Core contains toolset of small support modules used throughout the [Karafka](https://github.com/karafka/karafka/) ecosystem.

It includes:

- `Karafka::Core::Monitoring` - default instrumentation and abstraction that allows to use either itself, `dry-monitor` or `ActiveSupport::Notifications`.
- `Karafka::Core::Configurable` - configuration engine inspired by `dry-config` with similar but simplified API.
- `Karafka::Core::Contractable` - contracts inspired by `dry-validation` but with simplified API.
- `Karafka::Core::Taggable` - adds ability to attach `#tags` to objects for extra labeling.

## 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.

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
karafka-core-2.4.10 README.md
karafka-core-2.4.9 README.md
karafka-core-2.4.8 README.md
karafka-core-2.4.7 README.md
karafka-core-2.4.6 README.md
karafka-core-2.4.5 README.md
karafka-core-2.4.4 README.md
karafka-core-2.4.3 README.md
karafka-core-2.4.2 README.md
karafka-core-2.4.1 README.md
karafka-core-2.4.1.rc1 README.md
karafka-core-2.4.0 README.md
karafka-core-2.4.0.rc2 README.md
karafka-core-2.4.0.rc1 README.md
karafka-core-2.4.0.beta2 README.md
karafka-core-2.4.0.beta1 README.md
karafka-core-2.4.0.alpha1 README.md
karafka-core-2.3.0 README.md
karafka-core-2.3.0.rc1 README.md
karafka-core-2.3.0.alpha1 README.md