0.0
No commit activity in last 3 years
No release in over 3 years
When mail is sent from your application, kafka_mailer will put the message contents in a kafka queue.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.5.0
>= 0
>= 0
~> 0.7.1

Runtime

~> 0.0.4
 Project Readme

kafka_mailer Build Status Gem Version Code Climate Test Coverage Dependency Status

Use Apache Kafka as a delivery_method in rails.

Rails Setup

IMPORTANT: This is under development right now and is not yet ready for use in a production environment.

First add the gem to your development environment and run the +bundle+ command to install it.

gem "kafka_mailer"

Then set the delivery method in config/environments/development.rb

config.action_mailer.delivery_method = :kafka

Now your emails will be sent to a kafka message queue.

Hacking on this gem

Once you have the source, you must run the following:

bundle
bundle exec rake spec

TODO

Some items that will eventually need to be done:

  • provide a config block that can specify the structure of the message being sent to kafka

Thanks to