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

Current project status #13

Open
tmdoit-zz opened this issue Feb 19, 2018 · 1 comment
Open

Current project status #13

tmdoit-zz opened this issue Feb 19, 2018 · 1 comment

Comments

@tmdoit-zz
Copy link

  1. Do you think that current design (your event sourcing (EventStore) variant via ServiceStack) is still valid and can be used in production?
  2. Would you like to change something in your design?
  3. Have any other ideas to use SS with EventStore?
  4. Will you continue this project?
@gouhan
Copy link

gouhan commented Apr 10, 2018

Hi,I just discovered when I set PersistentSubscription's SetRetryPolicy property,but it sometimes appears when the dropreason is connection is closed.But it doesn't work when handler service throw an manual exception.
Code below:
public object Any(PurchaseOrderCreated @event)
{
//handle event
throw new Exception("retry test");
return true;
}
the subscript code:
var subscriptionSettings = new SubscriptionSettings().SubscribeToStreams(streams =>
{
streams.Add(new PersistentSubscription("stream_name1", "subscription_group_name1").SetRetryPolicy(Retries.Three, retryCounter => TimeSpan.FromSeconds(5)));
});

Can anyone help me?

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

No branches or pull requests

2 participants