Savorboard
3cf141f6aa
Enable #nullable for NATS transport.
2 years ago
Savorboard
2e2b45f833
Enable #nullable for mysql storage.
2 years ago
Savorboard
b36fb6562d
Enable #nullable for mongo storage.
2 years ago
Savorboard
17c81c891a
Enable #nullable for kafka transport.
2 years ago
Savorboard
85a66f5b77
Enable #nullable for inmemory storage.
2 years ago
Savorboard
2537471779
Enable #nullable for azureservicebus.
2 years ago
Savorboard
f9e46337e7
Tweak kafka read header by index when the Key already exists.
2 years ago
Savorboard
c3faabce06
Fixes unit test.
2 years ago
savorboard
c4199b5bd0
Fixes unit test.
2 years ago
savorboard
43ada6042c
Enable #nullable for AmazonSQS
2 years ago
Savorboard
9512640bc7
Enable #nullable default
2 years ago
savorboard
65e0d448b4
Code cleanup.
2 years ago
savorboard
81af87f036
Provide NormalizeStreamName as a configuration item in NatsOptions. #1047
3 years ago
savorboard
432cfd95ab
Use dot prefix characters ‘xxx’ [xxx.*] as the stream name for NATS Jetstream. #1047
3 years ago
Savorboard
1399a1a53e
Upgrade package to .NET 6
3 years ago
Savorboard
688f79c6c0
Update CI configuration
3 years ago
Savorboard
deb869cc06
Update to .NET 6
3 years ago
savorboard
f1500fd382
Fixes RabbitMQ federation plugin, some headers with object values cause cast exceptions. ( #1036 )
3 years ago
savorboard
270304ca33
Update github sourcelink package to version 1.0.0
3 years ago
savorboard
211f6c0fc1
Upgrade dependent nuget packages.
3 years ago
savorboard
bb5a574b0b
Update docs
3 years ago
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 years ago
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 years ago
油条
4d510cd16e
Fix the problem of long integer loss ( #1028 )
3 years ago
Savorboard
b194d60830
Update docs for NATS.
3 years ago
Savorboard
3aaff40e46
Add docs for pulsar.
3 years ago
油条
d1d771dcf1
Merge pull request #1010 from dotnetcore/nats-jetstreams
Replace to jetstreams support for NATS
3 years ago
油条
c99a899a0a
Merge pull request #1009 from dotnetcore/supports/pulsar
Add transport support for pulsar
3 years ago
Savorboard
f1670c8268
Add pulsar samples.
3 years ago
Savorboard
27d4bb7cef
Fix the exception that the consumer name is null.
3 years ago
Savorboard
2b44f6eaa1
Upgrade plusar client to 2.8.1
3 years ago
Savorboard
1b8290f9a5
Merge branch 'master' into supports/pulsar
# Conflicts:
# CAP.sln
3 years ago
Savorboard
83b95af9bf
Add support jetstreams for NATS. ( #983 )
3 years ago
Weihan Li
166773dd11
Use KeyExistsAsync for exists check ( #1004 )
3 years ago
Savorboard
740e95ba83
Code cleanup
3 years ago
Savorboard
9fefd4d352
Improve the documentation.
3 years ago
Savorboard
46d1b7d4e3
Fixes inmemory storage IndexOutOfRangeException. ( #977 )
3 years ago
Savorboard
6b8c78f2c5
Merge branch 'master' of https://github.com/dotnetcore/CAP
3 years ago
Savorboard
a3ee751603
Update docs.
3 years ago
Savorboard
1a9ca48d26
Fixes unit test.
3 years ago
Savorboard
c5a07e7417
Add support scanning subscribers from the assembly. ( #993 )
3 years ago
Savorboard
f71aae1479
Code cleanup.
3 years ago
Dan
42796c95b5
Change Kafka BuildConsumer to return Consumer rather than set private _consumerClient ( #990 )
Co-authored-by: Unknown <email@example.co.uk>
3 years ago
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 years ago
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 years ago
Savorboard
b94cffb270
Add docs for nats transporter.
3 years ago
Savorboard
96ca238271
Update version to 5.1.4
3 years ago
Savorboard
e7127c6eee
Update docs.
3 years ago
Savorboard
a6f860aa87
Add docs for new CollectorCleaningInterval options.
3 years ago
Savorboard
e6ffdea3b9
Add support to customize the interval of cleaning messages for collector. ( #973 )
3 years ago