You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Startup.cs with Kafka and namespace changes
Modified `using` directives to include additional namespaces: `System.Net.Sockets`, `System.Xml.Linq`, and `static System.Runtime.InteropServices.JavaScript.JSType`. Changed Kafka broker address from `localhost` to `127.0.0.1`. Added a commented PowerShell script for running a Kafka Docker container with detailed configuration. Expanded context in `Sample.Kafka.PostgreSql` namespace with additional comments and code.
Enhance error handling in delay message sending process. (#1367)
Improved error handling and logging during message sending.
Wrapped `_sender.SendAsync(nextMessage)` in a try-catch block to log errors with message IDs.
Tweak that when the `EnablePublishParallelSend` option is true, it wi…
…ll be put task into the .NET thread pool in batches rather than all at once. (#1540)