santanusinha / dropwizard-rabbitmq-actors

RabbitMQ based actor system for dropwizard
10 stars 47 forks source link

Added Failure Handling Strategies #80

Open Shobhit-08 opened 3 months ago

Shobhit-08 commented 3 months ago
  1. Provide capability to clients to have failure strategies where they can either drop message or push it to sideline. This is similar to how clients can choose what to do in case of exceptions today
  2. In case no strategy is selected by client then we will fallback to existing one (which is sending message to sideline)