David Boike

Results 48 comments of David Boike

Here's a spike of what it would take in the forthcoming major to remove the columns in the next major down the line. https://github.com/Particular/NServiceBus.SqlServer/pull/855

The changes in #855 have been merged and will be released along with NServiceBus 8. Updated the issue description with breadcrumbs for what needs to happen in (no earlier than)...

For completeness, in May 2021 Amazon announced [general availability of high throughput mode for FIFO queues](https://aws.amazon.com/about-aws/whats-new/2021/05/amazon-sqs-now-supports-a-high-throughput-mode-for-fifo-queues/), "allowing you to process up to 3000 messages per second per API action. This...

@ramonsmits Shouldn't users be periodically updating statistics on the SQL server as part of database maintenance in order to prevent faulty query plans from being used?

I disagree, and we need to be careful not to be cavalier with assuming that adding a hint will be the correct general-purpose solution without testing, as I mentioned in...

While SQL Persistence is generating SQL tables, it might be quite a bit more difficult to generate metadata such as what message types to subscribe to at compile time. An...

Talked with a user and the problem is that a native message through SNS might look something like this (lifted out of a screenshot with client-specific data redacted - copy/paste...

@jdaigle I wish I could give you a definitive answer. I'm honestly not now sure that a simple func like I described would even be a good idea. The idea...

Hey @agross, Yeah, that's not how SQL Persistence is designed. The sagas will need to have independent class names - the namespace doesn't matter. This would also be an issue...

Yeah, that is strange. It would be interesting to know what exactly what is going on becuase I would prefer for MSBuild to fail as well. So… 1. What is...