Taurus.DTS.Kafka 3.3.1

dotnet add package Taurus.DTS.Kafka --version 3.3.1
NuGet\Install-Package Taurus.DTS.Kafka -Version 3.3.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Taurus.DTS.Kafka" Version="3.3.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Taurus.DTS.Kafka --version 3.3.1
#r "nuget: Taurus.DTS.Kafka, 3.3.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Taurus.DTS.Kafka as a Cake Addin
#addin nuget:?package=Taurus.DTS.Kafka&version=3.3.1

// Install Taurus.DTS.Kafka as a Cake Tool
#tool nuget:?package=Taurus.DTS.Kafka&version=3.3.1

Kafka 版本:Taurus.DTS 是一款适用于 .Net 和 .Net Core 的分布任务的框架,支持即时任务、延时任务、定时任务、广播任务。(Taurus DTS is a distributed task framework,supports real-time tasks, delayed tasks, scheduled tasks, and broadcast tasks.)

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.1 is compatible.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.3.1 83 1/29/2024
3.3.0 78 1/17/2024

V3.3.0 - 2024-01-17
----------------------------------------------------------
1、新增:支持即时任务、延时任务、定时任务、广播任务四种模式。
2、使用数据库=》本地硬盘 2 种方式顺序决定持久化,保障数据不丢失。
3、新增:支持数据库:MSSQL、MySql、Oracle、PostgreSql、Sybase、DB2、FireBird、Sqlite、DaMeng(达梦)、KingBaseES(人大金仓)等。
4、新增:支持消息队列:RabbitMQ、Kafka。
5、新增:支持分布式存储:Redis、MemCache。
6、新增:支持分布式锁:Redis锁、MemCache锁、Local本地锁、File本地文件锁。
7、优化:保障数据库、MQ服务挂掉及重启,程序不阻塞、流畅等待服务恢复后自动执行。
8、优化:使用交换机和多队列模式,保障任务及事务流畅。
9、优化:针对MQ增加单独版本发布版本,减少不必要的依赖。
10、优化:针对回调或方法订阅、采用分布式锁,保障一个即使并发情况下,使用端只执行1次。
11、优化:调试追踪的日志输出。
------------------------------------------------------
更多版本更新信息见:https://www.nuget.org/packages/Taurus.DTS#releasenotes-body-tab