Daniel Tabuenca
Daniel Tabuenca
Also seeing extreme slowdown in one of our projects. The slow down seems to happen when loading json fixtures or html templates from local file using ajax request. The ajax...
My issue was solved. It was slow dns lookup when trying to lookup localhost. Make sure you have an entry for localhost pointing to 127.0.0.1 in your hosts file. This...
Could this be potentially implemented as a a decorated `ITransport` that just sent out a Deferred message with current timestamp using the an `ITimeoutManager`? Something like: public Task Send(string destinationAddress,...
@mookid8000 So in the post you made in November you mentioned a two-part solution. A decorated transports that stores the outgoing messsages + incoming step. I assume the incoming step...
I still think there is a case to be made that there should be some way to make timeout managers share connection and transaction with transports that share underlying transactional...
In writing my background task that forwards outbox->transport I'm running into the issue of how to create a `TransactionContext`. I'm using `DispatchIncomingMessageStep` as an example.. and there it simply news...
Currently, we have a high need for outbox to be able to retrofit an application that used to use MSMQ and distributed transactions with rebus and a custom Kafka transport...
@cocowalla What you are describing is simple store-and-forward. The outbox pattern is a more specialized versions of this who's purpose is not so much protecting us if the broker is...
Yes please! Force pushing is way too easy to do accidentally with potentially dire consequences.
I don't see how Scott Chancon is disagreeing with @stefanhaller is saying. It's not that --force-with-lease is never useful, it just simply forces you to be up-to-date with your fetch...