Skip to content

Commit

Permalink
feat: update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Mar 31, 2024
1 parent ad355ba commit 0965f3b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ WebSite: [Canal Document](https://canalsharp.azurewebsites.net/zh/) (推荐)

目前重构的版本已经完全覆盖旧版本,且性能更高,代码更优美,实现了旧版本未实现的部分功能,支持最新的 Canal。

| Task | Status |
| ------------------- |---------------|
| protobuf 3 协议生成 | 已完成 |
| 对接 Canal | 已完成 |
| 数据订阅封装 | TODO |
| 集群支持(Service 集群和 Client 集群) | 已完成 |
| 数据发送到Kafka | 直接通过 Canal 发送 |
| 数据发送到Redis | 直接通过 Canal 发送 |
| Task | Status |
|--------------------------------|---------------|
| protobuf 3 协议生成 | 已完成 |
| 对接 Canal | 已完成 |
| 数据订阅封装 | TODO |
| 集群支持(Service 集群和 Client 集tgi群) | 已完成 |
| 数据发送到Kafka | 直接通过 Canal 发送 |
| 数据发送到Redis | 直接通过 Canal 发送 |

8 changes: 4 additions & 4 deletions src/CanalSharp/CanalSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
<ItemGroup>
<PackageReference Include="BeetleX" Version="1.6.8" />
<PackageReference Include="Google.Protobuf" Version="3.22.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="7.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NZookeeper" Version="0.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.1" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="NZookeeper" Version="1.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0965f3b

Please sign in to comment.