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

Add basic retry policy #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Add basic retry policy #5

wants to merge 6 commits into from

Conversation

franbh
Copy link

@franbh franbh commented Oct 29, 2015

resolve #4

Francisco José Bermejo Herrera added 2 commits October 29, 2015 17:56
…ception, the stream does not fail immediately

Also, forced executions no longer obey fixed schedules. They use now ReceiveTimeouts, which are more practical for this case.
@@ -1,7 +1,8 @@
package com.tecsisa.streams.cassandra

import akka.actor.{ Props, Actor, ActorRef, ActorSystem }
import akka.actor._

Choose a reason for hiding this comment

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

I'd rather the more explicit notation here:

import akka.actor.{ Props, Actor, ActorRef, ActorSystem }

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.

Add basic retry policy
2 participants