Browse Source
Update Distributed-Event-Bus-Kafka-Integration.md
pull/16325/head
minhtaile2712
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Distributed-Event-Bus-Kafka-Integration.md
|
|
|
@ -110,7 +110,7 @@ You can use any of the [ClientConfig](https://docs.confluent.io/current/clients/ |
|
|
|
|
|
|
|
### The Options Classes |
|
|
|
|
|
|
|
`AbpRabbitMqOptions` and `AbpRabbitMqEventBusOptions` classes can be used to configure the connection strings and event bus options for the RabbitMQ. |
|
|
|
`AbpKafkaOptions` and `AbpKafkaEventBusOptions` classes can be used to configure the connection strings and event bus options for the Kafka. |
|
|
|
|
|
|
|
You can configure this options inside the `ConfigureServices` of your [module](Module-Development-Basics.md). |
|
|
|
|
|
|
|
|