Options are:
- Let things continue, but then potentially get inconsistent state if a retry happens
- Throw only if a retry is needed, but this may not happen until the app is in production, and it is not very obvious that this could happen unless you know intimately the way AsStreaming and resiliency interact
- Fail fast for the combination. This is safe and helps drive developers to success.
- Let things continue, but then potentially get inconsistent state if a retry happens
- Throw only if a retry is needed, but this may not happen until the app is in production, and it is not very obvious that this could happen unless you know intimately the way AsStreaming and resiliency interact
- Fail fast for the combination. This is safe and helps drive developers to success.