Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: dotnetcore/CAP

Tags

v8.4.1

Toggle v8.4.1's commit message
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.

v8.4.0

Toggle v8.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix RabbitMQ consuming body reusing (#1727)

* Fix rabbitMQ consuming body reusing

* ArrayPool for memory management

* Rollback to simply array copy

---------

Co-authored-by: Pavel Dudnikov <[email protected]>

v8.3.5

Toggle v8.3.5's commit message
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.

v8.3.4

Toggle v8.3.4's commit message
Update version to 8.3.4

v8.3.3

Toggle v8.3.3's commit message
Update apperyor api_key

v8.3.2

Toggle v8.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
do not throw exception for existing cap-msg-group message header. ove…

…rwrite it instead. tolerate kafka message duplicate headers (#1623)

v8.3.1

Toggle v8.3.1's commit message
Fixes RabbitMQ transport reject function call error. (#1608)

v8.3.0

Toggle v8.3.0's commit message
Add more default retryable error codes for Kakfa consumption exceptio…

…ns. #1587

v8.2.0

Toggle v8.2.0's commit message
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)

v8.1.2

Toggle v8.1.2's commit message
Fixed an issue where the PublishDelay synchronization method did not …

…wait internally.