Savorboard
13befe8613
Fix subscriber type convert error if reading from storage. #473
4年前
Savorboard
77052cb1ae
Fix received storage message retry bug. #473
4年前
Savorboard
df3d28c92a
Add file copyright
4年前
Savorboard
fe22904c78
Upgrade deps packages to support .net core 3.1
4年前
Savorboard
ce07c555b2
Add empty detection
4年前
Savorboard
971df14ea3
Add docs for sqlite
4年前
Savorboard
7b3e99a947
Add broker name in address for AMP tracing
4年前
Savorboard
3fed62474b
Make jetbrains.annotations private
4年前
Savorboard
1e75fcd26e
Fix inmemeory status update bug
4年前
Savorboard
3ab9762155
Code refactoring
4年前
Savorboard
2e1cb03519
Fix inmemeory storage bug
4年前
Savorboard
872eb40a5a
Provide rewrite subscription attribute extension
4年前
Savorboard
10eb5209a7
Code refactoring
4年前
Savorboard
afaa128139
Suppression MySql Connect Timeout expired exception in linux. #451
4年前
Savorboard
0f1da2e703
Change persistence message to synchronous method because message queues do not support asynchronous commits
4年前
Savorboard
aaecabe589
V3.0 ( #452 )
* Architectural refactoring
* Add new memory serializer
* code refactor
* Add service inject
* update to publish
* Fix message consumer bugs
* upgrade to netcoreapp3.0
* remove discoverys code
* remove unused files
* Code refactor
* code cleanup
* remove unused file
* upgrade nuget and upgrade framework to netstandard 2.1
* add async support for CAPTransaction
* bug fixed
* Typo: "Getting Stared"
* Add dashboard api interface
* Add Nodediscovry
* remove unused file
* upgrade dashoboard module
* Rename file
* Refactoring postgresql implementation for version 3.0
* Fixed mysql dashboard query bug
* Code refactoring
* Refactoring sqlserver implementation for version 3.0
* Refactoring mongo implementation for version 3.0
* Add index for mysql table
* Fixed sqlserver connection async issue
* Refactoring kafka transport implementation for version 3.0
* Refactoring inmemory storage implementation for version 3.0
* Refactoring azure serverbus transport implementation for version 3.0
* Update samples to netcoreapp3.0
* Refactoring namespace
* Change System.Text.Json to Json.NET
* Code refactoring
* Rename class
* Fix obsolete
* Fix kafka consumer client bugs
* Fix sql reader column index error
* Introduced rewrite table name option
* Introduced rewrite table name option
* Introduced rewrite table name option for pgsql
* Introduced rewrite table name option
* Fix SqlServer service injection bug
* Fix sql bug
* Fix Kafka transport check not working bug. #436
* code cleanup
* update samples
* Adjust dashboard display
* Refacing diagnostics tracing module.
* Code cleanup
* Remove outdated unit tests
* Add sync publish method with additional header
* update version to 3.0
* Add fake transport fot unit tests
* Support null value of message body.
* Rename class
* Rename class
* Fix mysql unit tests
* Fix loops when configuration items are abnormal or unreachable. #444
* Refactoring
* Add sqlsever samples
* Schema renaming to lowercase is more conformant
* Fix SQL Server tranaction error in entityframework. #402
* update readme
* update ci yml
* Remove the database integration test
* fix build error
* upgrade mongo nuget package to 2.10.0, because 2.8.0 have bugs in .net core 3.0
* Fix mongodb dashboard query bugs
* update samples
* Fix postgresql storage bugs
* Fix build error
* Fix unit tests
* Fix build errorFix unit tests
* Add Kafka options to support custom header to add offset and partition into CapHeader. #374
4年前
Savorboard
cf3829993b
Fix unit tests
5年前
Savorboard
2f4b65b457
Refactoring
5年前
Savorboard
6583c9aff3
Fix loops when configuration items are abnormal or unreachable. #444
5年前
Savorboard
66b9eb9851
Rename class
5年前
Savorboard
5d7c779654
Rename class
5年前
Savorboard
cb86c9522b
Support null value of message body.
5年前
Savorboard
772a509ce6
Add sync publish method with additional header
5年前
Savorboard
82416af83a
Code cleanup
5年前
Savorboard
fa9b4a3b05
Refacing diagnostics tracing module.
5年前
Savorboard
11d61b4694
code cleanup
5年前
Savorboard
46cdfa1797
Fix Kafka transport check not working bug. #436
5年前
Savorboard
eb90cac6d9
Code refactoring
5年前
Savorboard
02c0eefd07
Change System.Text.Json to Json.NET
5年前
Savorboard
b3aeb1a247
Refactoring namespace
5年前
Savorboard
004ed56991
Refactoring kafka transport implementation for version 3.0
5年前
Savorboard
c4f4f5f484
upgrade dashoboard module
5年前
Savorboard
1d67da713a
Add dashboard api interface
5年前
Savorboard
d5314e1ae3
bug fixed
5年前
Savorboard
ce06c23c46
add async support for CAPTransaction
5年前
Savorboard
e5175a6ceb
code cleanup
5年前
Savorboard
b1bd53bf1c
Code refactor
5年前
Savorboard
0e70d7dec1
remove unused files
5年前
Savorboard
96c646a778
remove discoverys code
5年前
Savorboard
71e3e1d4ad
Fix message consumer bugs
5年前
Savorboard
aba3ba9e9e
update to publish
5年前
Yrin Leung
843e99420d
fix Net Core 3.0,Dashboard Can't Load Js And Css. ( #407 )
5年前
Savorboard
556cb5a0a5
code refactor
5年前
Savorboard
3845698f2c
Add new memory serializer
5年前
Savorboard
5d1c1bfb08
Architectural refactoring
5年前
Zhenyu,Liu
3c6b704bcb
change DashboardMiddleware to async ( #390 )
5年前
Dmitry
d531354e4b
Diagnostic retries ( #382 )
* added Retries number to WritePublishError diagnostic event
* added Retries number to WriteSubscriberInvokeError diagnostic event
5年前
Dmitry
4a5da9085c
Write publish message store ( #380 )
* made possible updating message before storing to db
made updating message Content possible on WritePublishMessageStoreBefore event
* added TracingHeaders to BrokerStoreEventData model
5年前
Lukas Zhang
e2c257f960
Fix MatchPoundUsingRegex "." not escaped bug ( #373 )
5年前
Savorboard
d1c26b75bd
Fixed asynchronous exception catching bug of sending.
5年前