Ramon Smits
Ramon Smits
### Describe the feature. Current SQL dialect uses `datetime` while [`datetime2` is recommended by Microsoft](https://learn.microsoft.com/en-us/sql/t-sql/data-types/datetime-transact-sql?view=sql-server-ver16): > Use the time, date, datetime2 and datetimeoffset data types for new work. These types...
### Describe the feature. Currently the SQL dialect will always apply padding logic in all SQL environments - https://github.com/Particular/NServiceBus.Persistence.Sql/blob/master/src/SqlPersistence/Outbox/SqlDialect_MsSqlServer.cs#L85 Some users want to opt-out of this behavior and prefer the...
### Describe the feature. At the moment the dialect types are public but cannot be customized by users because the methods are `internal` and prevents users from tweaking certain SQL...
Instead of using `nvarchar(200)` as the type for message id support uniqueidentifier to reduce the storage size of both the rows and the index. In most environments message id will...
Replaces: - https://github.com/Particular/NServiceBus.Transport.AzureServiceBus/pull/884
### Describe the feature. > While scaling up Compute (Messaging Units) allocated to the namespace is an easier solution, it might not provide a linear increase in the throughput. It's...
- Increase cluster to 5 nodes - Docker: Map HA Proxy port `1936` - Docker: Use durable volumes for rabbitmq nodes - Docker: Use `rabbitmq` virtual network - Apply `docker-entrypoint.sh`...
How efficient would the following be? I would want to avoid conversions to System.String and want to use this approach for invoking web api's: ```c# /* */ var json =...
### Describe the bug The `MqttClientOptionsBuilder` using `WithTcpServer` fails with the message "No endpoint is set" while RemoteEndpoint is assigned. ```txt System.ArgumentException: No endpoint is set. at MQTTnet.Client.MqttClientOptionsBuilder.Build() ``` ```c#...
### Tool name buildah ### Tool license Apache License 2.0 ### Add or update? - [ ] Add - [X] Update ### Desired version 1.37.0 ### Approximate size _No response_...