Skip to content

Latest commit

 

History

History

v2.4-non-rails

Karafka 2.4 non Rails example application

This is an example application which uses:

Usage

Please run bundle install to install all the dependencies.

After that, following commands are available. You should run them in the console.

Create all needed topics:

bundle exec karafka topics migrate

Run Karafka server to consume messages, process and send messages:

bundle exec karafka s

Generate initial messages to Kafka server by sending them using WaterDrop:

bundle exec rake waterdrop:send

You can also run RSpec specs to see how the testing RSpec library integrates with RSpec:

bundle exec rspec spec