Ian Cooper

Results 49 issues of Ian Cooper

**Problem** It is not possible to participate in a DynamoDb transaction when writing to the Outbox **Solution** We should utilize the new transaction provider pattern to make it possible to...

0 - Backlog
feature request
v9.next

**Problem* Transactions are expensive in a distributed data store like DynamoDb, so a transaction that spans the Outbox and an Entity table is expensive. This can be ameliorated somewhat by...

0 - Backlog
feature request

We support request-reply messaging, and RMQ has some optimizations for queues doing this. It's not a datatype channel, as per our other queue, but an optimization for chatty, occasionally disconnected...

0 - Backlog
Breaking Change

SNS is a channel, and is a little like an exchange in RMQ, and a little like a routing key. It is possible to use a filter to send to...

2 - In Progress
feature request
v10

**Is your feature request related to a problem? Please describe.** We have a Timeout feature that is based on MS code (based on the old idea of start timer with...

help wanted
0 - Backlog
Breaking Change

**Is your feature request related to a problem? Please describe.** ServiceStack.Redis is only free up to a limited number of API calls per hour, after that it is a paid...

2 - In Progress
grabbed by assignee
feature request

**Is your feature request related to a problem? Please describe.** We cannot access the Polly Context in a policy, to allow logging for example, because we do not use the...

help wanted
0 - Backlog
feature request

**Is your feature request related to a problem? Please describe.** Because of our Broker based model, and the lack of support for FIFO based queues via SNS, we have not...

feature request

**Is your feature request related to a problem? Please describe.** Kafka has no delay queue feature. So if processing a message results in a transient error, there is no way...

0 - Backlog
feature request

Darker may be a little noisy when logging. Brighter can be, but we tend to review and @holytshirt and I fight about what should be logged at a lower or...

enhancement