Savorboard
|
e414aef409
|
fixed kafka received message sava failed caused the mssage loss bug. #78
|
6 years ago |
Savorboard
|
8c6402060e
|
upgrade dependent nuget packages.
|
6 years ago |
Savorboard
|
d5d50e0cc7
|
fix js syntax issue. #77
|
6 years ago |
savorboard
|
7cd917db5a
|
update version to 2.1.3
|
6 years ago |
savorboard
|
4843b46e15
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
31f2384cfe
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
01a689da90
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
e731a2b400
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
810ff05a0b
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
5c92afd344
|
add setting to generate xml summary document file
|
6 years ago |
savorboard
|
e254df99a9
|
add setting to generate xml summary document file
|
6 years ago |
Savorboard
|
3f4f349536
|
modify fetched message method without delete queue message when get queue message.
|
7 years ago |
Savorboard
|
6d5c771274
|
fix table name prefix bug.
|
7 years ago |
Savorboard
|
c2df287758
|
Because of deadlock and performance issues, mysql does not use transactions when consuming messages, and requeue the message to queue table when they exception. (#36,#68)
|
7 years ago |
Savorboard
|
664c3b8fd1
|
fixed recomsume bug of dashboard operate. #67
|
7 years ago |
Savorboard
|
85b7319c56
|
add comment.
|
7 years ago |
Savorboard
|
a5757869da
|
upgrade nuget dependents
|
7 years ago |
Savorboard
|
573249f14c
|
fixed mysql message queue executor bug. #66
|
7 years ago |
Savorboard
|
fbea3f9d4a
|
reversion number.
|
7 years ago |
Savorboard
|
0dea5fa94a
|
Adjust the mysql create table syntax of datetime. #65
|
7 years ago |
Savorboard
|
b03b48535a
|
fixed 'dotnet.exe' process incomplete quit when shutdown application. ( #64 )
|
7 years ago |
Savorboard
|
544325a720
|
Release 2.1 (#55)
* add dashboard branch.
* add dashboard
* add helper methods.
* Add data model.
* add options.
* add empty implement
* add dashbaord
* add dashboard
* Fixed spelling error
* rename file.
* add dashbaord feature
* impl dashboard storage
* update nuget reference.
* add pages.
* deleted unused fiels.
* modify resource.
* update resource.
* rename
* update dashboard
* rename
* impl monitoring api interface.
* update solution files.
* update samples.
* dashboard.
* add jsonview resource files.
* add json dispatcher.
* modify published pages.
* add routes.
* update pages.
* update resources.
* update dashboard.
* add dashboard of sql server storage impl
* nesting files.
* fixed query bug.
* update resource.
* remove some api.
* add subscriber page.
* update sample
* add resource.
* remove api.
* add SubscriberPage
* add resource
* generate cshtml.
* modify html two table to one table.
* update resource.
* update css
* update subscriber page.
* refactor.
* cleanup.
* cleanup code.
* impl history monitoring api.
* add home page recevied message real-time
* add legend styles.
* update js.
* modify axis color.
* add resource.
* update dashboard home page.
* update css.
* update resource.
* modify DefaultSucceedMessageExpirationAfter to 24 hours.
* add resx,
* add consul discovery.
* remove unused file.
* add node page.
* add node page
* node discovery
* add kafka sqlserver sample.
* update sample.
* add okstats.
* refactor.
* fixed kafka client bugs.
* modify node and subscriber pages
* refactor.
* add Gateway middleware
* remove unused files.
* update resource.
* update gateway.
* refactor.
* update samples.
* remove base middleware
* add node switch click event.
* add NodeId config to options.
* upgrade dependent version.
* add PathMatch configuration
* update NodePage.cshtml
* remove session
* remove matchPath
* refactor
* refactor dashboard middleware
* gateway proxy middleware function maturation
* remove cookie exp
* refactor and remove files.
* add CapCache to cache server nodes.
* refactor.
* renamed message dto.
* add extended interface of IContentSerializer and JsonContentSerializer
* modify unit test
* check the requirement when CAP start.
* correct spelling
* cleanup code.
* add resources.
* processing pages will contains Scheduled and Enqueued messages.
* processing pages will contains Scheduled and Enqueued messages.
* ignore NU1701 Warning.
* renamed file.
* refactor
* implements dashboard interface.
* rename reference class.
* add mysql monitoring api impl
* fix bug of connection driver.
* remove cap.UseDashboard. It's will be automatically enabled by registerd services.
* fix sql bug
* cleanup code and fix spelling
* fix postgre sql bug.
* fix mysql sql bug.
* when storage a received message raising an eception, we will reject the message to queue.
* fix spelling mistake
* add dashboard instructions to readme
* modify error log content.
* fix postger sql bug.
* fix consul discovery bug.
* add dashboard introduction to readme.md
* update english resource.
* Update README.md
* renamed files.
* fix postgre sql bug.
* cleanup code.
* update tests.
* rename file.
* update samples.
* Improved query performance without lock table. (#36)
* update sample.
* update samples.
* fix data reader uncolsed bug.
* update add jsonproperty
* refactor
* revert FetchNextMessageAsync sql
* add helper method.
* rafactor subscriber handler.
* add FailedRetryCount options.
* rafactor publisher excutor.
* add IPublishExecutor
* add failed message processor.
* inject failed message processor.
* refactor sql storage.
* fixed unit tests.
* fixed unit test.
* fixed postgresql tests.
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* Update .travis.yml
* add LAN ip to LocalRequestsOnlyAuthorizationFilter
* add and update resource.
* add current node name to layout page if user enabled node discovery
* modify unit tests.
* add callback message sende tests.
* add deserlizer by type to IContentSerializer
* refactor unit tests
* add summary comment.
* refactor async method.
* add comment and fixed spell error.
* refactor.
* add custom content serializer extension to CapBuilder
* add IMessagePacker
* refactor.
* add connection pool for kafka producer.
* add determines whether the query is null.
* add connection pool size config to KafkaOption.
* fixed json JObject bug
* add custom message wapper interface
* remove unused code.
* fixed callback topic send error bug.
* refactor.
* update unit tests.
* update samples.
* upgrade dependent package.
* remove some class from Abstraction namespce to Internal.
* optimize consumer related code
* add ICallbackMessageSender to DI with singleton.
* add and fixed some unit tests.
* refactor namespace.
* modify class protected level
* assemblies internal class are visible to test project
* add DeSerialize method to IContentSerializer with type deseralize
* refactoring
* Fix the phone style dispaly problem
* add logs
* refactoring
* upgrading `Confluent.Kafka` package
* Optimize message queue error message prompt.
* reorganize error message prompts.
* modify error message prompt
* add summary comments.
* modify dependent
* disabled print connection closed log. see: https://github.com/edenhill/librdkafka/issues/516
* Update README.md
* Update README.md
* Update README.zh-cn.md
* Update README.zh-cn.md
* fix dashboard not config discovery throw exceptions bug.
* Update README.md
* update readme
* Fixed serialized the message type bug. (#53)
* Update README.md
* Update README.md
* refactoring
* refactoring
* update readme.
* update readme.
* add summary comment.
* refactoring
* optimizing publisher interface
* update readme
* update readme.
* add summary comment.
* add summary comment.
* add summary comment.
* add summary comment.
* upgrading package
* add summary comment.
* optimize the RabbitMQ connection pool
* fix the producer connection returned
* dispose resource when connection pool is full
|
7 years ago |
Savorboard
|
0c73f8dec6
|
refactor MQ log message
|
7 years ago |
Savorboard
|
365fbe6b35
|
refactor mq log
|
7 years ago |
Savorboard
|
ac21368ada
|
modify log level
|
7 years ago |
Savorboard
|
11e7c48eb0
|
refactor log messages.
|
7 years ago |
Savorboard
|
01866e01fa
|
modify ascension
|
7 years ago |
Savorboard
|
019baee29e
|
add default group name configuartion to CapOptions.
|
7 years ago |
Savorboard
|
e21cdd13d9
|
rename methods
|
7 years ago |
Savorboard
|
63f512f90c
|
add version num.
|
7 years ago |
Savorboard
|
4ac08879f1
|
change exchange default name.
|
7 years ago |
Savorboard
|
1e69d71a43
|
modify prompted info when received message can not be found subscriber. #63
|
7 years ago |
Savorboard
|
2504c7af8f
|
Fix the connection release bug when occurred an exception.
|
7 years ago |
Savorboard
|
dde9088bbd
|
Fix the transaction commit bug caused by asynchrony. #62
|
7 years ago |
Savorboard
|
ea0e152d50
|
modify message prompt.
|
7 years ago |
Savorboard
|
8bfd066fce
|
add get all topics
|
7 years ago |
Savorboard
|
b418aeb5c0
|
add summary comment.
|
7 years ago |
Savorboard
|
c328c2d1b0
|
upgrading package
|
7 years ago |
Savorboard
|
25ff7a688e
|
dispose resource when connection pool is full
|
7 years ago |
Savorboard
|
815e16f5ff
|
fix the producer connection returned
|
7 years ago |
Savorboard
|
83aaab2633
|
optimize the RabbitMQ connection pool
|
7 years ago |
Savorboard
|
52dd95ffbb
|
add summary comment.
|
7 years ago |
Savorboard
|
c889ad8fc5
|
add summary comment.
|
7 years ago |
Savorboard
|
03e012a836
|
add summary comment.
|
7 years ago |
Savorboard
|
f08a83021b
|
add summary comment.
|
7 years ago |
Savorboard
|
08be4afea1
|
update readme.
|
7 years ago |
Savorboard
|
8a56c35a8f
|
Merge branch 'develop' of https://github.com/dotnetcore/CAP into develop
|
7 years ago |
Savorboard
|
ae67121643
|
update readme
|
7 years ago |
Savorboard
|
d97f1f7f5a
|
optimizing publisher interface
|
7 years ago |
Savorboard
|
6cdfc50ce4
|
refactoring
|
7 years ago |