Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.7 #56

Closed
wants to merge 25 commits into from
Closed

0.7 #56

wants to merge 25 commits into from

Conversation

SomeKittens
Copy link
Owner

This PR adds the concept of Couplers to Gustav - a way to easily interface with a external pub/sub interface. It provides finalized couplers for Redis & Kafka, as well as an in-memory one for testing.

A RabbitMQ coupler is provided but integration tests did not pass. #55 has been opened to show this.

// optional, and the coupler does come with a default
gustav.coupler(new GustavRedis(), 'myRedis');

// SInce we've specified a Redis coupler, the following automagically knows to listen to the `demo-in` channel and push any events down the workflow

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since

@SomeKittens
Copy link
Owner Author

Build is failing because a feature of moment we don't use has a security vuln. Merging.

@SomeKittens SomeKittens closed this Feb 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants