savorboard
43ada6042c
Enable #nullable for AmazonSQS
3年前
Savorboard
9512640bc7
Enable #nullable default
3年前
savorboard
65e0d448b4
Code cleanup.
3年前
savorboard
81af87f036
Provide NormalizeStreamName as a configuration item in NatsOptions. #1047
3年前
savorboard
432cfd95ab
Use dot prefix characters ‘xxx’ [xxx.*] as the stream name for NATS Jetstream. #1047
3年前
Savorboard
1399a1a53e
Upgrade package to .NET 6
3年前
Savorboard
688f79c6c0
Update CI configuration
3年前
Savorboard
deb869cc06
Update to .NET 6
3年前
savorboard
f1500fd382
Fixes RabbitMQ federation plugin, some headers with object values cause cast exceptions. ( #1036 )
3年前
savorboard
270304ca33
Update github sourcelink package to version 1.0.0
3年前
savorboard
211f6c0fc1
Upgrade dependent nuget packages.
3年前
savorboard
bb5a574b0b
Update docs
3年前
Dariusz Lenartowicz
f034c1e502
Added possibility to process messages for each consumer group independently ( #1034 )
* Clarifying the behavior of Subscription Group
* Improved logging informations
* Added DispatcherPerGroup implementation
* Added Sample.RabbitMQ.SqlServer.DispatcherPerGroup
* Renaming receivers in sample
* Updated documentation
3年前
modabas
53e4f207df
Handling unobserved tasks of async method calls in Amazon SQS module and local development environment support ( #1033 )
* -handle unobserved return tasks of async methods in Amazon SQS module
-add serviceUrl parameters to Amazon SQS module configuration to support local development environments like localstack
"change Broker Address name of AmazonSQSTransport from "RabbitMQ" to "AmazonSQS" in Amazon SQS module
* -discard unused return values
3年前
油条
4d510cd16e
Fix the problem of long integer loss ( #1028 )
3年前
Savorboard
b194d60830
Update docs for NATS.
3年前
Savorboard
3aaff40e46
Add docs for pulsar.
3年前
油条
d1d771dcf1
Merge pull request #1010 from dotnetcore/nats-jetstreams
Replace to jetstreams support for NATS
3年前
油条
c99a899a0a
Merge pull request #1009 from dotnetcore/supports/pulsar
Add transport support for pulsar
3年前
Savorboard
f1670c8268
Add pulsar samples.
3年前
Savorboard
27d4bb7cef
Fix the exception that the consumer name is null.
3年前
Savorboard
2b44f6eaa1
Upgrade plusar client to 2.8.1
3年前
Savorboard
1b8290f9a5
Merge branch 'master' into supports/pulsar
# Conflicts:
# CAP.sln
3年前
Savorboard
83b95af9bf
Add support jetstreams for NATS. ( #983 )
3年前
Weihan Li
166773dd11
Use KeyExistsAsync for exists check ( #1004 )
3年前
Savorboard
740e95ba83
Code cleanup
3年前
Savorboard
9fefd4d352
Improve the documentation.
3年前
Savorboard
46d1b7d4e3
Fixes inmemory storage IndexOutOfRangeException. ( #977 )
3年前
Savorboard
6b8c78f2c5
Merge branch 'master' of https://github.com/dotnetcore/CAP
3年前
Savorboard
a3ee751603
Update docs.
3年前
Savorboard
1a9ca48d26
Fixes unit test.
3年前
Savorboard
c5a07e7417
Add support scanning subscribers from the assembly. ( #993 )
3年前
Savorboard
f71aae1479
Code cleanup.
3年前
Dan
42796c95b5
Change Kafka BuildConsumer to return Consumer rather than set private _consumerClient ( #990 )
Co-authored-by: Unknown <email@example.co.uk>
3年前
lbhnrg2021
1ef8cf5166
The private static variable _isHealthy has no meaning in a singleton. If you use multi-host mode, there will be status detection problems ( #982 )
3年前
danielblackwellkb
df9a8cdd38
Allows the overriding of the Kafka ProviderBuilder and ConsumerBuilder ( #978 )
* Allows the overriding of the ProviderBuilder and ConsumerBuilder creation functions.
* Fix BuildProducer method layout
3年前
Savorboard
b94cffb270
Add docs for nats transporter.
3年前
Savorboard
96ca238271
Update version to 5.1.4
3年前
Savorboard
e7127c6eee
Update docs.
3年前
Savorboard
a6f860aa87
Add docs for new CollectorCleaningInterval options.
3年前
Savorboard
e6ffdea3b9
Add support to customize the interval of cleaning messages for collector. ( #973 )
3年前
油条
4b7fa15984
Move the release of the object inside the Return method ( #969 )
3年前
Savorboard
2f63b707fb
Try to fix the consumer reconnection bug. ( #966 )
3年前
changyin.han
4c3a36306e
NATS upgrade client to support header ( #960 )
* replace BinaryFormatter with System.Text.Json.JsonSerializer
* Using heads and data of nats
* Remove unused namespaces.
3年前
Andrii Labyntsev
4aeca71f4d
Improvements to AWS provider ( #962 )
* Create AWS topic if if does not exists
* Compact SQS policy to wildcards for same group
* Improve naming in ITransport.AmazonSQS
Co-authored-by: Andrii Labyntsev <lab.andrii@gmail.com>
3年前
Savorboard
ee5f9ff3a3
Update release notes.
3年前
Savorboard
3c155ce7d6
Fixed consumer register cancellation token source null referencee bug. ( #952 )
3年前
Mahmoud Samir
8289e5066a
Apply redis keys hashslots for cluster support ( #949 )
* apply redis keys hashslots for cluster support
* rename var
3年前
Mahmoud Samir
55fa911f52
Revert "apply redis keys hashslots for cluster support"
This reverts commit 0d8f084d88
.
3年前
Savorboard
6313b9ef54
Update version to 5.1.2
3年前