Browse Source

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

Corrected text referencing multiple RabbitMQ server in the Kafka integration guide.
pull/5677/head
dellins 6 years ago
committed by GitHub
parent
commit
ee7a635979
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/en/Distributed-Event-Bus-Kafka-Integration.md

4
docs/en/Distributed-Event-Bus-Kafka-Integration.md

@ -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