Tomasz Masternak

Results 18 issues of Tomasz Masternak

NServiceBus endpoint is doing [assembly scanning](https://github.com/Particular/NServiceBus/blob/master/src/NServiceBus.Core/Hosting/Helpers/AssemblyScanner.cs) during startup. In scenarios, where assemblies are known and available at compile time (probably the majority of cases) we could use source generators to...

`SubscribeAll` method is passing event type information as `MessageMetadata` (this was introduced in Core v8). `MessageMetadata` type contains information on the type hierarchy which was previously lacking and was [recalculated](https://github.com/Particular/NServiceBus.RabbitMQ/blob/master/src/NServiceBus.Transport.RabbitMQ/Routing/ConventionalRoutingTopology.cs#L160)...

enhancement-release-candidate

In some scenarios, clients might want to configure catalog and schema values that are different than the values provided in the connection string or default values on the SQL connection...

candidate-for-next-release

Some of the acceptance tests are written in such a way, that they can suffer from SNS access policy propagation delays. These are tests where more than one manual `Subscribe`...

candidate-for-next-release

Currently, when the messages cannot be forwarded from SNS topics to SQS queues there are no traces of any errors. We could expose an option to enable CloudWatch watching e.g.:...

Improvement
candidate-for-next-release

With the new transport seam, it might be possible to better handle the `Subscribe` method. In the new API, the method gets all the events that the transport should subscribe...

candidate-for-next-release

## Goal The goal is to remove unused columns from queue table schema. The biggest problem here will probably be making sure we are **backwards compatible** with older versions of...

Refactoring

Connected to: https://discuss.particular.net/t/performance-issues-on-upgrade-of-nservicebus-transport-sqlserver-from-6-0-1-to-6-2-0/2451/5 When multiple physical endpoints query the length of the input queue at the same time and the input queue size is less than peeking batch size (100...

candidate-for-next-release

## Problem Currently samples regarding different sql technologies (transport, persistence) are scattered between different parts of doco. They are showing single aspect of technology usage which is not that useful...