From 13a5a9e7886f4bcb4170322a9743c77a23a2d8c4 Mon Sep 17 00:00:00 2001 From: minhtaile2712 Date: Thu, 20 Apr 2023 11:50:24 +0700 Subject: [PATCH] Update Distributed-Event-Bus-Kafka-Integration.md --- docs/en/Distributed-Event-Bus-Kafka-Integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Distributed-Event-Bus-Kafka-Integration.md b/docs/en/Distributed-Event-Bus-Kafka-Integration.md index 57a90c4b83..82e658f48d 100644 --- a/docs/en/Distributed-Event-Bus-Kafka-Integration.md +++ b/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).