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

Update Distributed-Event-Bus-Kafka-Integration.md
pull/5681/head
liangshiwei 5 years ago committed by GitHub
commit 9a0f2048d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -89,7 +89,7 @@ Defining multiple connections is allowed. In this case, you can specify the conn
}
````
This allows you to use multiple RabbitMQ server in your application, but select one of them for the event bus.
This allows you to use multiple Kafka cluster in your application, but select one of them for the event bus.
You can use any of the [ClientConfig](https://docs.confluent.io/current/clients/confluent-kafka-dotnet/api/Confluent.Kafka.ClientConfig.html) properties as the connection properties.
@ -164,4 +164,4 @@ Configure<AbpKafkaOptions>(options =>
});
````
Using these options classes can be combined with the `appsettings.json` way. Configuring an option property in the code overrides the value in the configuration file.
Using these options classes can be combined with the `appsettings.json` way. Configuring an option property in the code overrides the value in the configuration file.

Loading…
Cancel
Save