Caleb Lloyd
Caleb Lloyd
Requests/limits look a little low. I'd recommend a request of around 2 CPU and 8Gi RAM for a production setup What is the Storage system backing this? Is it fast...
I spent a few hours trying to get this to work to no avail. Microsoft's documentation seems to indicate it is possible, but I could not figure out the part...
The library will need to implement a connection method using [ClientWebSocket](https://docs.microsoft.com/en-us/dotnet/api/system.net.websockets.clientwebsocket?view=netstandard-2.0) before this will work in client-side Blazor
The library currently contains a mix of Sync and Async calls. To work correctly with Blazor WebAssembly, we would have to ensure that all Async calls only call other Async...
This issue is a pre-requisite for #383 and #407
https://learn.microsoft.com/en-us/lifecycle/faq/dotnet-framework > Support for .NET Framework 4.5.2, 4.6, and 4.6.1 ended on April 26, 2022. Customers and developers must have completed the in-place update to .NET Framework 4.6.2 or later...
Is there a "best practice" in k8s for FQDN or no FQDN? I know that using an FQDN with a trailing `.` can guarantee a single DNS lookup, and no...
Looks like we don't even have the trailing `.` with `useFQDN` - we should add that I would be OK with dropping the namespace from `useFQDN: false`. It could break...
what version of `nats-server`? If it is
if you run the `nats` CLI against it, and do `nats stream info` on the streams that flaky in the app, does it work? if you are running the official...