Reza3307
e11e44ba7c
Update nuget packages and support .Net 5 ( #727 )
Co-authored-by: Solale90 <solaleh.rm@gmail.com>
4年前
Savorboard
ef4190ceec
update version to 5.0.0
4年前
Vlad Leonov
cb0deca579
Update sqlserver.md ( #738 )
Changed the misprint of Postgre to SqlServer
4年前
Savorboard
8cc49dba17
Remove test connection string from sample
4年前
Savorboard
d74d15ef1a
Support custom multiple producer threads for sending。 #731
4年前
Savorboard
3528432277
Support custom multiple producer threads for sending。 #731
4年前
zhangq
8946ca33af
support consul service check for https ( #722 )
4年前
Savorboard
aba32015b1
Merge branch 'master' of https://github.com/dotnetcore/CAP
4年前
Savorboard
781de19f5e
Upgrade confluent kafka to 1.5.2
4年前
Savorboard
078effc3e8
Refactoring
4年前
niceguy3-31
ca031d3fc4
Update sqlserver.md ( #720 )
应该是UseSqlServer而不是UsePostgreSql
4年前
Savorboard
fcd95fe104
update docs
4年前
virtual
5cf83af13e
fix postgresql delete expires data logic error ( #714 )
Signed-off-by: virtual <1185513330@qq.com>
4年前
Savorboard
a1fc033200
Fix sample code error. #701
4年前
Savorboard
07c3137d40
Fix typo
4年前
patheems
334db37479
Executor key change lead to possible null reference exception ( #698 )
* Executor key not unique
* Changed ServiceTypeInfo to name of ReflectedType due to null reference exceptions.
Co-authored-by: Patrick Heemskerk <pheemskerk@inforit.nl>
4年前
Savorboard
07076e52e0
Add release notes to docs
4年前
patheems
755f210390
Executor key not unique ( #696 )
Co-authored-by: Patrick Heemskerk <pheemskerk@inforit.nl>
4年前
Savorboard
bd1cbd6853
Fix InmemoryQueue expired messages are not removed bug. #691 ( #693 )
4年前
Savorboard
cbde440414
Upgrade dependent nuget packages to latest
4年前
Savorboard
ec22b181af
Update the sample to remove test string
4年前
xiangxiren
ec00addd5b
Merge pull request #686 from yang-xiaodong/upgrade-nuget-package
Upgrade Confluent.Kafka nuget package
4年前
Savorboard
afaf20a3f2
Fix docs
4年前
Savorboard
2170e5c594
Upgrade Confluent.Kafka nuget package
4年前
Savorboard
a5c7b3faa5
Fix docs
4年前
Savorboard
8ddeda2f44
Fix docs
4年前
Savorboard
f3c0aeec32
Update README.md
4年前
木木
ea1639f362
Update general.md ( #682 )
添加 RedisMQ 扩展
4年前
木木
185ad25a50
Update general.md ( #681 )
添加RedisMQ扩展
4年前
xiangxiren
1004b54ace
Record the exception in the headers ( #679 )
* Record the exception in the headers
* Record only Exception.Message
Co-authored-by: wandone\xlw <123456>
4年前
Savorboard
50f0def699
Update version.props
4年前
Savorboard
c97defa9c7
Cleaning code
4年前
Savorboard
7c33b2503d
Delete unused file
4年前
Savorboard
edae04d608
Copyright update
4年前
Savorboard
65f94bf9ef
Update general.md
4年前
Savorboard
623966fb91
Add support for custom message id. #668
4年前
Henery309
01053b1a84
Set correlation Id for azure service bus message ( #673 )
* Update TransportMessage.cs
Added GetCorrelationId to TransportMessage
* Update ITransport.AzureServiceBus.cs
Set CorrelationId for Microsoft.Azure.ServiceBus.Message
4年前
Savorboard
fadccc53ca
Update docs.
4年前
Savorboard
14148591d0
update docs
4年前
Savorboard
a9616d6873
Add compensating transaction to docs
4年前
xiangxiren
c87677e9aa
Update docs ( #670 )
4年前
Savorboard
04a272a780
Add determines whether the subscriber parameter is an instance of the current type. #669
4年前
Dima Zhemkov
1de8d6cc19
Solve the issue of being duplicated executors from different assemblies ( #667 )
4年前
patheems
ba31886db7
Solve the issue of being restricted to using Newtonsoft ( #664 )
* Solve the issue of being restricted to using Newtonsoft for serialization/deserialization.
* Removed whitespace
* Failed build fixed by injecting ISerializer.
* Removed unintended reference.
Co-authored-by: Patrick Heemskerk <pheemskerk@inforit.nl>
4年前
Savorboard
7ab41e7bd4
Update docs
4年前
MysticBoy
d7b904c263
Add litedb and ZeroMQ to general.md ( #660 )
* add litedb and ZeroMQ
* Update general.md
* Update general.md
Co-authored-by: Savorboard <yangxiaodong1214@126.com>
4年前
virtual
1f2a9c09a6
Update docs ( #661 )
Signed-off-by: virtual <1185513330@qq.com>
4年前
patheems
dfc26e3f7f
Added comparer to remove duplicate CosumerExecutors. ( #654 )
Co-authored-by: Patrick Heemskerk <pheemskerk@inforit.nl>
4年前
patheems
67cc04136b
GetRuntimeMethods instead of DeclaredMethods to get inherited members. ( #647 )
* GetRuntimeMethods gets also the inherited members that are not declared in the inherited class.
* Update of failed test.
Co-authored-by: Patrick Heemskerk <pheemskerk@inforit.nl>
4年前
Savorboard
e2caef3232
Add re-enable the auto create topics configuration item, it's false by default in rdkafka 1.5.0. #635
4年前