Reza3307
e11e44ba7c
Update nuget packages and support .Net 5 ( #727 )
Co-authored-by: Solale90 <solaleh.rm@gmail.com>
4 lat temu
Savorboard
781de19f5e
Upgrade confluent kafka to 1.5.2
4 lat temu
Savorboard
078effc3e8
Refactoring
4 lat temu
Savorboard
2170e5c594
Upgrade Confluent.Kafka nuget package
4 lat temu
Savorboard
e2caef3232
Add re-enable the auto create topics configuration item, it's false by default in rdkafka 1.5.0. #635
4 lat temu
Savorboard
1c3f70940f
Upgrade dependencies NuGet package to latest
4 lat temu
Savorboard
6f61c4c3f4
upgrade Confluent.Kafka to 1.4.3
4 lat temu
Savorboard
f948c8db50
Fixed kafka consumer group does not works bug. #541
4 lat temu
Andrew Jaffie
14e67a6e37
Removes line that added the kafka key to headers an extra time. ( #524 )
This caused any messages published by CAP with a kafka key set to not be consumable by CAP.
Co-authored-by: Andrew Jaffie <andrewj@avi.com>
4 lat temu
Savorboard
557c314258
Try to fix transport healthy check bug. #503
4 lat temu
Andrew Jaffie
0838a23da1
Add capability to optionally set kafka message key via new header ( #498 )
4 lat temu
Savorboard
7b3e99a947
Add broker name in address for AMP tracing
5 lat temu
Savorboard
4464f14c54
upgrade confluent.kafka to 1.3.0
5 lat temu
Savorboard
3ab9762155
Code refactoring
5 lat temu
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
5 lat temu
Savorboard
e15f518532
Add Kafka options to support custom header to add offset and partition into CapHeader. #374
5 lat temu
Savorboard
2f4b65b457
Refactoring
5 lat temu
Savorboard
cb86c9522b
Support null value of message body.
5 lat temu
Savorboard
46cdfa1797
Fix Kafka transport check not working bug. #436
5 lat temu
Savorboard
b9228c4d5b
Fix kafka consumer client bugs
5 lat temu
Savorboard
02c0eefd07
Change System.Text.Json to Json.NET
5 lat temu
Savorboard
b3aeb1a247
Refactoring namespace
5 lat temu
Savorboard
004ed56991
Refactoring kafka transport implementation for version 3.0
5 lat temu
Savorboard
5d1c1bfb08
Architectural refactoring
5 lat temu
Savorboard
bec28ca389
Fixed connection dispose bug before connection connected.
5 lat temu
Savorboard
7021dc6511
v2.6.0 ( #362 )
* Code refactor
* update code format
* Add options package reference
* Rename need retry processor
* update unit tests
* Improve ICapPublisher to singleton.
* Support options pattern for MySqlOptions
* Support options pattern for PostgreSqlOptions
* Remove reference
* update namespace of SubscriberNotFoundException.cs
* update ut
* Support options pattern for CapOptions
* update version to 2.6.0
* Support options pattern for AzureServiceBusOptions
* Fix client listening bug
* update inmemory project to using option pattern.
* Support options pattern for KafkaOptions.
* Support options pattern for MongoDbOptions.
* Fix options.
* Support options pattern for SqlServerOptions
* upgrade confluent kafka to 1.1.0
* Remove CastleCoreTest project, it is not need again
* Fix transaction dispose.
* Fix mock
* Fix mock
5 lat temu
Savorboard
dc156c9b6a
Remove obsolete kafka configuration.
5 lat temu
Savorboard
ab8a38a678
Compatible with confluent-kafka-dotnet version 1.0
5 lat temu
Savorboard
3f64c54f37
upgrade dependent nuget packages version
5 lat temu
Savorboard
81bf77c62f
Fixed consumer re-register transport bug. ( #329 )
5 lat temu
Savorboard
0a1d6f802e
Move the every CapSubscribeAttribute to the core project
5 lat temu
Savorboard
b62a49ffbd
Release 2.3.1 ( #221 )
* Update README.zh-cn.md
* Delete README.2.2.md
* Fix flush unclaer data bugs.
* Update README.md
* Update README.md
* Update README.zh-cn.md
* update readme.md to add the subscriber group descriptions.
* update readme
* update version to 2.3.1
* add SnowflakeId unit tests
* update build.cake for unit test adjustment
* remove unused config file
* update readme
* update readme
* Fixed dashboard messages requeue error. ( #205 )
* Refactoring
* Fixed SnowflakeId workerId to random id.
* Update README.md
* upgrade dependent nuget packages.
* Add SourceLink Support
6 lat temu
Savorboard
a2aa446412
upgrade dependent nuget packages.
6 lat temu
Savorboard
09beaeecf7
upgrade nuget packages
6 lat temu
Savorboard
d57c88e76b
upgrade nuget packages
6 lat temu
Savorboard
8a85a469c6
Add Directory.Build.props
6 lat temu
Savorboard
a0bf2d98f7
Add Directory.Build.props
6 lat temu
Savorboard
8b1ec942c4
refactoring log output.
6 lat temu
Savorboard
a2efa6b843
refactoring log output.
6 lat temu
Savorboard
3a8bcf0324
Release 2.2.2 ( #121 )
* fixed message enqueue exception in v2.2
* add log to samples
* Improved log output. #114
* add default timeout configuration for kafka client.
* fixed retry processor bugs.
* Fixed kafka producer exception log without logging when publish message.
* update version num to 2.2.2
* rename configuration options FailedCallback to FailedThresholdCallback
* rename files name.
* remove unused files.
* modify the error comments.
* update samples.
* add logs.
6 lat temu
Savorboard
c05386016f
Release 2.2.2 ( #121 )
* fixed message enqueue exception in v2.2
* add log to samples
* Improved log output. #114
* add default timeout configuration for kafka client.
* fixed retry processor bugs.
* Fixed kafka producer exception log without logging when publish message.
* update version num to 2.2.2
* rename configuration options FailedCallback to FailedThresholdCallback
* rename files name.
* remove unused files.
* modify the error comments.
* update samples.
* add logs.
6 lat temu
Savorboard
3ddb890865
Add support for Diganostics
6 lat temu
Savorboard
79e08d78cd
Add support for Diganostics
6 lat temu
Savorboard
74dc5db8f7
refactor
6 lat temu
Savorboard
27ce0e3524
refactor
6 lat temu
Savorboard
3e59bf17f5
refactor Diagnostics module.
6 lat temu
Savorboard
700833defb
refactor Diagnostics module.
6 lat temu
Savorboard
b7996be80b
add borkeraddress to connectionpool.
6 lat temu
Savorboard
9112fa723c
add borkeraddress to connectionpool.
6 lat temu
Savorboard
d7c4ce5343
rename files name.
6 lat temu