0.9.0
New:
Configurable behaviour when unhandled consumer errors/exceptions are caught on the consumer level (EventConsumerRegistration
) with defaults that can be set on the transport and/or the bus. The UnhandledConsumerErrorBehaviour
has options for Discard
and Deadletter
which can be used to suit the desired behaviour. The end action is transport-specific. For example, In Azure ServiceBus, each entity has a subentity for dead lettering whereas for Kafka, the event is published on a new topic with the -deadletter
suffix.
Other:
- Azure Service Bus transport supports the Basic tier and will check before deciding whether to use a queue or topic. When the namespace is in the Basic SKU/tier, all entities default to queues and certain properties are not set on the queue to match the limitations of the tier.
- Bump AWSSDK.Core from 3.7.0.10 to 3.7.0.12 (#151)
- Bump AWSSDK.Kinesis from 3.7.0.9 to 3.7.0.11 (#150)
- Bump AWSSDK.SimpleNotificationService from 3.7.0.10 to 3.7.0.12 (#148)
- Bump Azure.Messaging.ServiceBus from 7.1.1 to 7.1.2 (#149)
- Bump AWSSDK.SQS from 3.7.0.10 to 3.7.0.12 (#147)