Ian Cooper
Ian Cooper
> @iancooper I really don't want to compete with all of the great projects out there like Brighter. If anything we should be helping those project where they need AWS...
> 1. How to maintain ordering of messages, so that when service executing a logic another message from the queue is not picked and processed if FIFO (considering all api/logic...
Let me grab this one, as I am playing with our pump options and management and my head is in the right space
@holytshirt I think this one still needs attention. Try the following, spin up an RMQ sample against docker-hosted infra. Kill the infra. The consumer loops but eventually kills its performers....
@preardon TBH I know lots about DynamoDb, but little about CosmosDb, and I mainly added this because as I was updating the backlog for Dynamo it occurred that we should...
@preardon Please do. It's under a v9.next label.
I've put it under your name for now
Let me ponder again. For Dapper I created a UnitOfWork that you need to use if you want a transaction. I wonder if we have to ask something similar.
A traditional unit of work, not the one in the MS article, tracks changes so you can commit them in a single transaction. So really it has both the container...
Not out of the box, although we use liblog, so essentially you provide the logger, not us. Otherwise I have not thought about it as yet. Can you give me...