This commit is contained in:
Xiaolu Dai 2022-03-29 21:58:41 +08:00 коммит произвёл GitHub
Родитель 0bc384ea78
Коммит 2cba7abc9a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -12,7 +12,7 @@ If you have any questions about this document, please ask by creating GitHub iss
|https://github.com/Azure/azure-sdk-for-java/tree/spring-cloud-azure-dependencies_{project-version}/sdk/spring[Azure/azure-sdk-for-java]
|This repository used to hold the source code.
|https://github.com/microsoft/spring-cloud-azure/tree/{project-version}/docs/src/main/asciidoc[microsoft/spring-cloud-azure]
|https://github.com/microsoft/spring-cloud-azure[microsoft/spring-cloud-azure]
|This repository used to hold the document which is displaying in current page.
|===

Просмотреть файл

@ -216,7 +216,7 @@ spring:
----
====== Advanced Consumer Configuration
The above <<eventhubs-connection-configuration, connection>>, <<Checkpoint Configuration Properties, checkpoint>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.consumer.`.
The above <<eventhubs-connection-configuration, connection>>, <<Checkpoint Configuration Properties, checkpoint>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.consumer.`.
====== Producer Properties
@ -237,7 +237,7 @@ These properties are exposed via `EventHubsProducerProperties`.
|===
====== Advanced Producer Configuration
The above <<eventhubs-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.producer.`.
The above <<eventhubs-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.eventhubs.bindings.<binding-name>.producer.`.
==== Basic Usage
===== Sending and Receiving Messages from/to Event Hubs
@ -782,7 +782,7 @@ to enable developers to settle messages manually.
|===
====== Advanced Consumer Configuration
The above <<servicebus-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.consumer.`.
The above <<servicebus-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder consumer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.consumer.`.
====== Producer Properties
@ -803,7 +803,7 @@ value for sending of producer.
IMPORTANT: When using the binding producer, property of `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.entity-type` is required to be configured.
====== Advanced Producer Configuration
The above <<servicebus-connection-configuration, connection>> and <<Configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.`.
The above <<servicebus-connection-configuration, connection>> and <<configuration.adoc#configuration, common Azure SDK client>> configuration are supported to be customized for each binder producer, which can be configured with the prefix `spring.cloud.stream.servicebus.bindings.<binding-name>.producer.`.
==== Basic Usage
===== Sending and Receiving Messages from/to Service Bus