WilliamBZA
WilliamBZA
### Problem Description When requesting a timeout without any data or with just a primitive type (like an integer) you need to create a value object (class) to be able...
With a few tricks like https://github.com/danielmarbach/service-fabric-webinar/blob/7cc6921f11754a9eb5518ff0b1e1a55ccc7f007d/stateful-queues/StatefulRouting/EndpointPartitioning/HackEndpointNameBehavior.cs https://github.com/danielmarbach/service-fabric-webinar/blob/7cc6921f11754a9eb5518ff0b1e1a55ccc7f007d/stateful-queues/StatefulRouting/EndpointPartitioning/HackHostInfoHeadersBehavior.cs and overriding the display name ``` var hostInfo = endpointConfiguration.UniquelyIdentifyRunningInstance(); hostInfo.UsingCustomDisplayName(partitionInfo.LocalPartitionKey.HasValue ? $"back-stateful-{partitionInfo.LocalPartitionKey}" : "back-stateful"); ``` it is possible to visualize the data...
Users should be able to ask Jibbr for a trivia type question. Jibbr will then ask a general knowledge question and keep track of users scores.
Or at the very least, get some docs up describing how to do it, linking those to things like our SQS Transport. I'd also suggest updating our AWS samples to...
Backport of #1094
ServiceControl is a term that seems to encompass the management of the error queue, the audit queue, and monitoring. The terms `ServiceControl Error`, `ServiceControl`, `ServiceControl Audit`, and `ServiceControl Monitoring` are...
The [showcase sample](https://github.com/Particular/docs.particular.net/tree/master/samples/showcase/cloud-azure) cannot easily be updated to V8 due to the changes in packages from `NServiceBus.Persistence.AzureStorage` to `NServiceBus.Persistence.AzureTable`. The showcase project also uses the old project version and targets...
JWT tokens can be used for authentication, and they can also include some form of expiration. We should have a sample showing how to use JWT tokens with the platform...
Backport of #1461 for V7.0
Cherry-picks of #1461