Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

kafka_mailer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kafka_mailer

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 17 Sep 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc