Browse Source

Update Distributed-Event-Bus-Kafka-Integration.md

pull/16325/head
minhtaile2712 3 years ago
committed by GitHub
parent
commit
13a5a9e788
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Distributed-Event-Bus-Kafka-Integration.md

2
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).

Loading…
Cancel
Save