Browse Source

Update kafka.md

master
Savorboard 5 years ago
committed by GitHub
parent
commit
aa49eba5d7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/content/user-guide/zh/transports/kafka.md

+ 1
- 1
docs/content/user-guide/zh/transports/kafka.md View File

@@ -14,7 +14,7 @@ Install-Package DotNetCore.CAP.Kafka


``` ```


然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于内存的配置项。
然后,你可以在 `Startup.cs` 的 `ConfigureServices` 方法中添加基于 Kafka 的配置项。


```csharp ```csharp




Loading…
Cancel
Save