Azure Event Hubs configuration properties

Property Description
spring.cloud.azure.eventhubs.client.application-id Represents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.eventhubs.client.transport-type Transport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.eventhubs.connection-string Connection string to connect to an event hub.
spring.cloud.azure.eventhubs.consumer.client.application-id Represents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.eventhubs.consumer.client.transport-type Transport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.eventhubs.consumer.connection-string Connection string to connect to an event hub.
spring.cloud.azure.eventhubs.consumer.consumer-group Name of the consumer group this consumer is associated with.
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-password Password of the certificate file.
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-path Path of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.consumer.credential.client-id Client ID to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.consumer.credential.client-secret Client secret to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.consumer.credential.managed-identity-enabled Whether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.eventhubs.consumer.credential.password Password to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.consumer.credential.username Username to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.consumer.custom-endpoint-address A custom endpoint address when connecting to the Event Hubs service. This can be useful when your network does not allow connecting to the standard Azure Event Hubs endpoint address, but does allow connecting through an intermediary. For example: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.consumer.domain-name The domain name of an Event Hub namespace.
spring.cloud.azure.eventhubs.consumer.enabled Whether an Azure Service is enabled. The default value is true.
spring.cloud.azure.eventhubs.consumer.event-hub-name The name of an event hub.
spring.cloud.azure.eventhubs.consumer.namespace The namespace of an event hub, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.eventhubs.consumer.prefetch-count The number of events the Event Hub consumer will actively receive and queue locally without regard to whether a receiving operation is currently active.
spring.cloud.azure.eventhubs.consumer.profile.cloud-type Name of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_GERMANY, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-endpoint The Microsoft Entra endpoint to connect to.
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-api-version The Azure Active Directory Graph API version.
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-endpoint The Azure Active Directory Graph endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-resource-id The Microsoft Entra resource ID.
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-application-insights-endpoint The Azure Application Insights endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix The Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix The Data Lake storage file system endpoint suffix.
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-log-analytics-endpoint The Azure Log Analytics endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.data-lake-endpoint-resource-id The Data Lake endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.gallery-endpoint The gallery endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.key-vault-dns-suffix The Key Vault DNS suffix.
spring.cloud.azure.eventhubs.consumer.profile.environment.management-endpoint The management service endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.microsoft-graph-endpoint The Microsoft Graph endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.portal The management portal URL.
spring.cloud.azure.eventhubs.consumer.profile.environment.publishing-profile The publishing settings file URL.
spring.cloud.azure.eventhubs.consumer.profile.environment.resource-manager-endpoint The resource management endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.service-bus-domain-name The domain name for Service Bus.
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-management-endpoint The SQL management endpoint.
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-server-hostname-suffix The SQL Server hostname suffix.
spring.cloud.azure.eventhubs.consumer.profile.environment.storage-endpoint-suffix The Storage endpoint suffix.
spring.cloud.azure.eventhubs.consumer.profile.subscription-id Subscription ID to use when connecting to Azure resources.
spring.cloud.azure.eventhubs.consumer.profile.tenant-id Tenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.eventhubs.consumer.proxy.authentication-type Authentication type used against the proxy. For instance, 'none', 'basic', 'digest'. The default value is 'none'.
spring.cloud.azure.eventhubs.consumer.proxy.hostname The host of the proxy.
spring.cloud.azure.eventhubs.consumer.proxy.password Password used to authenticate with the proxy.
spring.cloud.azure.eventhubs.consumer.proxy.port The port of the proxy.
spring.cloud.azure.eventhubs.consumer.proxy.type Type of the proxy. For instance of http, 'http', 'socks4', 'socks5'. For instance of amqp, 'http', 'socks'.
spring.cloud.azure.eventhubs.consumer.proxy.username Username used to authenticate with the proxy.
spring.cloud.azure.eventhubs.consumer.resource.region The region of an Azure resource. For instance, '"eastus"'.
spring.cloud.azure.eventhubs.consumer.resource.resource-group The resource group holds an Azure resource.
spring.cloud.azure.eventhubs.consumer.resource.resource-id ID of an Azure resource.
spring.cloud.azure.eventhubs.consumer.retry.exponential.base-delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.consumer.retry.exponential.max-delay Maximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.eventhubs.consumer.retry.exponential.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.consumer.retry.fixed.delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.consumer.retry.fixed.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.consumer.retry.mode The retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.eventhubs.consumer.retry.try-timeout Amount of time(Duration) to wait until a timeout.
spring.cloud.azure.eventhubs.credential.client-certificate-password Password of the certificate file.
spring.cloud.azure.eventhubs.credential.client-certificate-path Path of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.credential.client-id Client ID to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.credential.client-secret Client secret to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.credential.managed-identity-enabled Whether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.eventhubs.credential.password Password to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.credential.username Username to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.custom-endpoint-address A custom endpoint address when connecting to the Event Hubs service. This can be useful when your network does not allow connecting to the standard Azure Event Hubs endpoint address, but does allow connecting through an intermediary. For example: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.domain-name The domain name of an Event Hub namespace.
spring.cloud.azure.eventhubs.enabled Whether an Azure Service is enabled. The default value is true.
spring.cloud.azure.eventhubs.event-hub-name The name of an event hub.
spring.cloud.azure.eventhubs.namespace The namespace of an event hub, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.eventhubs.processor.batch.max-size The maximum number of events that will be in the batch.
spring.cloud.azure.eventhubs.processor.batch.max-wait-time The max time duration to wait to receive an event before processing events.
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-key Storage account access key.
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-name Name for the storage account.
spring.cloud.azure.eventhubs.processor.checkpoint-store.blob-name Name of the blob.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.application-id Represents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connect-timeout Amount of time(Duration) the request attempts to connect to the remote host and the connection is resolved.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connection-idle-timeout Amount of time(Duration) before an idle connection.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers List of headers applied to each request sent with client. For instance, '"myCustomHeader", "myStaticValue"'.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].name The name of the header.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].values List of values of the header.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.allowed-header-names Comma-delimited list of allowlist headers that should be logged. The default value is "x-ms-request-id","x-ms-client-request-id","x-ms-return-client-request-id","traceparent","MS-CV","Accept","Cache-Control","Connection","Content-Length","Content-Type","Date","ETag","Expires","If-Match","If-Modified-Since","If-None-Match","If-Unmodified-Since","Last-Modified","Pragma","Request-Id","Retry-After","Server","Transfer-Encoding","User-Agent","WWW-Authenticate".
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.allowed-query-param-names Comma-delimited list of allowlist query parameters. The default value is "api-version".
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.level The level of detail to log on HTTP messages. Supported types are: NONE, BASIC, HEADERS, BODY, BODY_AND_HEADERS. The default value is NONE.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.pretty-print-body Whether to pretty print the message bodies. The default value is false.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.maximum-connection-pool-size Maximum connection pool size used by the underlying HTTP client.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.read-timeout Amount of time(Duration) used when reading the server response.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.response-timeout Amount of time(Duration) used when waiting for a server to reply.
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.write-timeout Amount of time(Duration) each request being sent over the wire.
spring.cloud.azure.eventhubs.processor.checkpoint-store.connection-string Connection string to connect to the service.
spring.cloud.azure.eventhubs.processor.checkpoint-store.container-name Name of the container.
spring.cloud.azure.eventhubs.processor.checkpoint-store.create-container-if-not-exists Whether to create the container if it does not exist. The default value is false.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-password Password of the certificate file.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-path Path of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-id Client ID to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-secret Client secret to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.managed-identity-enabled Whether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.password Password to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.username Username to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.processor.checkpoint-store.customer-provided-key Customer-provided encryption key(base64 encoded string) used to encrypt blob contents on the server. See Microsoft doc about Customer-provided Keys for more details.
spring.cloud.azure.eventhubs.processor.checkpoint-store.enabled Whether an Azure Service is enabled. The default value is true.
spring.cloud.azure.eventhubs.processor.checkpoint-store.encryption-scope Specifies the name of the encryption scope to use to encrypt the data provided in the request. If not specified, encryption is performed with the default account encryption scope. See Microsoft doc about Encryption Scope for more details.
spring.cloud.azure.eventhubs.processor.checkpoint-store.endpoint Endpoint for Azure Storage service. For instance, https://{storage-account-name}.blob.storage.azure.net for blob or https://{storage-account-name}.file.storage.azure.net for file share or https://{storage-account-name}.queue.storage.azure.net for queue.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.cloud-type Name of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_GERMANY, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-endpoint The Microsoft Entra endpoint to connect to.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-api-version The Azure Active Directory Graph API version.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-endpoint The Azure Active Directory Graph endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-resource-id The Microsoft Entra resource ID.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-application-insights-endpoint The Azure Application Insights endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix The Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-store-file-system-endpoint-suffix The Data Lake storage file system endpoint suffix.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-log-analytics-endpoint The Azure Log Analytics endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.data-lake-endpoint-resource-id The Data Lake endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.gallery-endpoint The gallery endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.key-vault-dns-suffix The Key Vault DNS suffix.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.management-endpoint The management service endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.microsoft-graph-endpoint The Microsoft Graph endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.portal The management portal URL.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.publishing-profile The publishing settings file URL.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.resource-manager-endpoint The resource management endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.service-bus-domain-name The domain name for Service Bus.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-management-endpoint The SQL management endpoint.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-server-hostname-suffix The SQL Server hostname suffix.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.storage-endpoint-suffix The Storage endpoint suffix.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.subscription-id Subscription ID to use when connecting to Azure resources.
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.tenant-id Tenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.hostname The host of the proxy.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.non-proxy-hosts A list of hosts or CIDR to not use proxy HTTP/HTTPS connections through.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.password Password used to authenticate with the proxy.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.port The port of the proxy.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.type Type of the proxy. For instance of http, 'http', 'socks4', 'socks5'. For instance of amqp, 'http', 'socks'.
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.username Username used to authenticate with the proxy.
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.region The region of an Azure resource. For instance, '"eastus"'.
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-group The resource group holds an Azure resource.
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-id ID of an Azure resource.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.base-delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max-delay Maximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.mode The retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.secondary-host Secondary Storage account to retry requests against if the primary region becomes unavailable. For instance, https://{storage-account-name}-secondary.file.storage.azure.net.
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.try-timeout Amount of time(Duration) to wait until a timeout.
spring.cloud.azure.eventhubs.processor.checkpoint-store.sas-token Shared access signatures (SAS) token used to authorize requests sent to the service.
spring.cloud.azure.eventhubs.processor.checkpoint-store.service-version Blob service version used when making API requests.
spring.cloud.azure.eventhubs.processor.client.application-id Represents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.eventhubs.processor.client.transport-type Transport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.eventhubs.processor.connection-string Connection string to connect to an event hub.
spring.cloud.azure.eventhubs.processor.consumer-group Name of the consumer group this consumer is associated with.
spring.cloud.azure.eventhubs.processor.credential.client-certificate-password Password of the certificate file.
spring.cloud.azure.eventhubs.processor.credential.client-certificate-path Path of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.credential.client-id Client ID to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.credential.client-secret Client secret to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.processor.credential.managed-identity-enabled Whether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.eventhubs.processor.credential.password Password to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.processor.credential.username Username to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.processor.custom-endpoint-address A custom endpoint address when connecting to the Event Hubs service. This can be useful when your network does not allow connecting to the standard Azure Event Hubs endpoint address, but does allow connecting through an intermediary. For example: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.processor.domain-name The domain name of an Event Hub namespace.
spring.cloud.azure.eventhubs.processor.enabled Whether an Azure Service is enabled. The default value is true.
spring.cloud.azure.eventhubs.processor.event-hub-name The name of an event hub.
spring.cloud.azure.eventhubs.processor.initial-partition-event-position Map event position to use for each partition if a checkpoint for the partition does not exist in CheckpointStore.
spring.cloud.azure.eventhubs.processor.load-balancing.partition-ownership-expiration-interval The time duration after which the ownership of partition expires.
spring.cloud.azure.eventhubs.processor.load-balancing.strategy The load balancing strategy for claiming partition ownership.
spring.cloud.azure.eventhubs.processor.load-balancing.update-interval The time interval between load balancing update cycles.
spring.cloud.azure.eventhubs.processor.namespace The namespace of an event hub, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.eventhubs.processor.prefetch-count The number of events the Event Hub consumer will actively receive and queue locally without regard to whether a receiving operation is currently active.
spring.cloud.azure.eventhubs.processor.profile.cloud-type Name of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_GERMANY, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-endpoint The Microsoft Entra endpoint to connect to.
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-api-version The Azure Active Directory Graph API version.
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-endpoint The Azure Active Directory Graph endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-resource-id The Microsoft Entra resource ID.
spring.cloud.azure.eventhubs.processor.profile.environment.azure-application-insights-endpoint The Azure Application Insights endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix The Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-store-file-system-endpoint-suffix The Data Lake storage file system endpoint suffix.
spring.cloud.azure.eventhubs.processor.profile.environment.azure-log-analytics-endpoint The Azure Log Analytics endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.data-lake-endpoint-resource-id The Data Lake endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.gallery-endpoint The gallery endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.key-vault-dns-suffix The Key Vault DNS suffix.
spring.cloud.azure.eventhubs.processor.profile.environment.management-endpoint The management service endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.microsoft-graph-endpoint The Microsoft Graph endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.portal The management portal URL.
spring.cloud.azure.eventhubs.processor.profile.environment.publishing-profile The publishing settings file URL.
spring.cloud.azure.eventhubs.processor.profile.environment.resource-manager-endpoint The resource management endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.service-bus-domain-name The domain name for Service Bus.
spring.cloud.azure.eventhubs.processor.profile.environment.sql-management-endpoint The SQL management endpoint.
spring.cloud.azure.eventhubs.processor.profile.environment.sql-server-hostname-suffix The SQL Server hostname suffix.
spring.cloud.azure.eventhubs.processor.profile.environment.storage-endpoint-suffix The Storage endpoint suffix.
spring.cloud.azure.eventhubs.processor.profile.subscription-id Subscription ID to use when connecting to Azure resources.
spring.cloud.azure.eventhubs.processor.profile.tenant-id Tenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.eventhubs.processor.proxy.authentication-type Authentication type used against the proxy. For instance, 'none', 'basic', 'digest'. The default value is 'none'.
spring.cloud.azure.eventhubs.processor.proxy.hostname The host of the proxy.
spring.cloud.azure.eventhubs.processor.proxy.password Password used to authenticate with the proxy.
spring.cloud.azure.eventhubs.processor.proxy.port The port of the proxy.
spring.cloud.azure.eventhubs.processor.proxy.type Type of the proxy. For instance of http, 'http', 'socks4', 'socks5'. For instance of amqp, 'http', 'socks'.
spring.cloud.azure.eventhubs.processor.proxy.username Username used to authenticate with the proxy.
spring.cloud.azure.eventhubs.processor.resource.region The region of an Azure resource. For instance, '"eastus"'.
spring.cloud.azure.eventhubs.processor.resource.resource-group The resource group holds an Azure resource.
spring.cloud.azure.eventhubs.processor.resource.resource-id ID of an Azure resource.
spring.cloud.azure.eventhubs.processor.retry.exponential.base-delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.processor.retry.exponential.max-delay Maximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.eventhubs.processor.retry.exponential.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.processor.retry.fixed.delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.processor.retry.fixed.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.processor.retry.mode The retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.eventhubs.processor.retry.try-timeout Amount of time(Duration) to wait until a timeout.
spring.cloud.azure.eventhubs.processor.track-last-enqueued-event-properties Whether request information on the last enqueued event on its associated partition, and track that information as events are received.
spring.cloud.azure.eventhubs.producer.client.application-id Represents current application and is used for telemetry/monitoring purposes.
spring.cloud.azure.eventhubs.producer.client.transport-type Transport type for AMQP-based client. Supported types are: AMQP, AMQP_WEB_SOCKETS.
spring.cloud.azure.eventhubs.producer.connection-string Connection string to connect to an event hub.
spring.cloud.azure.eventhubs.producer.credential.client-certificate-password Password of the certificate file.
spring.cloud.azure.eventhubs.producer.credential.client-certificate-path Path of a PEM certificate file to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.producer.credential.client-id Client ID to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.producer.credential.client-secret Client secret to use when performing service principal authentication with Azure.
spring.cloud.azure.eventhubs.producer.credential.managed-identity-enabled Whether to enable managed identity to authenticate with Azure. If true and the client-id is set, will use the client ID as user assigned managed identity client ID. The default value is false.
spring.cloud.azure.eventhubs.producer.credential.password Password to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.producer.credential.username Username to use when performing username/password authentication with Azure.
spring.cloud.azure.eventhubs.producer.custom-endpoint-address A custom endpoint address when connecting to the Event Hubs service. This can be useful when your network does not allow connecting to the standard Azure Event Hubs endpoint address, but does allow connecting through an intermediary. For example: https://my.custom.endpoint.com:55300.
spring.cloud.azure.eventhubs.producer.domain-name The domain name of an Event Hub namespace.
spring.cloud.azure.eventhubs.producer.enabled Whether an Azure Service is enabled. The default value is true.
spring.cloud.azure.eventhubs.producer.event-hub-name The name of an event hub.
spring.cloud.azure.eventhubs.producer.namespace The namespace of an event hub, which is the prefix of the FQDN. A FQDN should be composed of <NamespaceName>.<DomainName>
spring.cloud.azure.eventhubs.producer.profile.cloud-type Name of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_GERMANY, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-endpoint The Microsoft Entra endpoint to connect to.
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-api-version The Azure Active Directory Graph API version.
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-endpoint The Azure Active Directory Graph endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-resource-id The Microsoft Entra resource ID.
spring.cloud.azure.eventhubs.producer.profile.environment.azure-application-insights-endpoint The Azure Application Insights endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix The Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix The Data Lake storage file system endpoint suffix.
spring.cloud.azure.eventhubs.producer.profile.environment.azure-log-analytics-endpoint The Azure Log Analytics endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.data-lake-endpoint-resource-id The Data Lake endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.gallery-endpoint The gallery endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.key-vault-dns-suffix The Key Vault DNS suffix.
spring.cloud.azure.eventhubs.producer.profile.environment.management-endpoint The management service endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.microsoft-graph-endpoint The Microsoft Graph endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.portal The management portal URL.
spring.cloud.azure.eventhubs.producer.profile.environment.publishing-profile The publishing settings file URL.
spring.cloud.azure.eventhubs.producer.profile.environment.resource-manager-endpoint The resource management endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.service-bus-domain-name The domain name for Service Bus.
spring.cloud.azure.eventhubs.producer.profile.environment.sql-management-endpoint The SQL management endpoint.
spring.cloud.azure.eventhubs.producer.profile.environment.sql-server-hostname-suffix The SQL Server hostname suffix.
spring.cloud.azure.eventhubs.producer.profile.environment.storage-endpoint-suffix The Storage endpoint suffix.
spring.cloud.azure.eventhubs.producer.profile.subscription-id Subscription ID to use when connecting to Azure resources.
spring.cloud.azure.eventhubs.producer.profile.tenant-id Tenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.eventhubs.producer.proxy.authentication-type Authentication type used against the proxy. For instance, 'none', 'basic', 'digest'. The default value is 'none'.
spring.cloud.azure.eventhubs.producer.proxy.hostname The host of the proxy.
spring.cloud.azure.eventhubs.producer.proxy.password Password used to authenticate with the proxy.
spring.cloud.azure.eventhubs.producer.proxy.port The port of the proxy.
spring.cloud.azure.eventhubs.producer.proxy.type Type of the proxy. For instance of http, 'http', 'socks4', 'socks5'. For instance of amqp, 'http', 'socks'.
spring.cloud.azure.eventhubs.producer.proxy.username Username used to authenticate with the proxy.
spring.cloud.azure.eventhubs.producer.resource.region The region of an Azure resource. For instance, '"eastus"'.
spring.cloud.azure.eventhubs.producer.resource.resource-group The resource group holds an Azure resource.
spring.cloud.azure.eventhubs.producer.resource.resource-id ID of an Azure resource.
spring.cloud.azure.eventhubs.producer.retry.exponential.base-delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.producer.retry.exponential.max-delay Maximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.eventhubs.producer.retry.exponential.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.producer.retry.fixed.delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.producer.retry.fixed.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.producer.retry.mode The retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.eventhubs.producer.retry.try-timeout Amount of time(Duration) to wait until a timeout.
spring.cloud.azure.eventhubs.profile.cloud-type Name of the Azure cloud to connect to. Supported types are: AZURE, AZURE_CHINA, AZURE_GERMANY, AZURE_US_GOVERNMENT, OTHER. The default value is AZURE.
spring.cloud.azure.eventhubs.profile.environment.active-directory-endpoint The Microsoft Entra endpoint to connect to.
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-api-version The Azure Active Directory Graph API version.
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-endpoint The Azure Active Directory Graph endpoint.
spring.cloud.azure.eventhubs.profile.environment.active-directory-resource-id The Microsoft Entra resource ID.
spring.cloud.azure.eventhubs.profile.environment.azure-application-insights-endpoint The Azure Application Insights endpoint.
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix The Data Lake analytics catalog and job endpoint suffix.
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-store-file-system-endpoint-suffix The Data Lake storage file system endpoint suffix.
spring.cloud.azure.eventhubs.profile.environment.azure-log-analytics-endpoint The Azure Log Analytics endpoint.
spring.cloud.azure.eventhubs.profile.environment.data-lake-endpoint-resource-id The Data Lake endpoint.
spring.cloud.azure.eventhubs.profile.environment.gallery-endpoint The gallery endpoint.
spring.cloud.azure.eventhubs.profile.environment.key-vault-dns-suffix The Key Vault DNS suffix.
spring.cloud.azure.eventhubs.profile.environment.management-endpoint The management service endpoint.
spring.cloud.azure.eventhubs.profile.environment.microsoft-graph-endpoint The Microsoft Graph endpoint.
spring.cloud.azure.eventhubs.profile.environment.portal The management portal URL.
spring.cloud.azure.eventhubs.profile.environment.publishing-profile The publishing settings file URL.
spring.cloud.azure.eventhubs.profile.environment.resource-manager-endpoint The resource management endpoint.
spring.cloud.azure.eventhubs.profile.environment.service-bus-domain-name The domain name for Service Bus.
spring.cloud.azure.eventhubs.profile.environment.sql-management-endpoint The SQL management endpoint.
spring.cloud.azure.eventhubs.profile.environment.sql-server-hostname-suffix The SQL Server hostname suffix.
spring.cloud.azure.eventhubs.profile.environment.storage-endpoint-suffix The Storage endpoint suffix.
spring.cloud.azure.eventhubs.profile.subscription-id Subscription ID to use when connecting to Azure resources.
spring.cloud.azure.eventhubs.profile.tenant-id Tenant ID for Azure resources. The values allowed for tenant-id are: common, organizations, consumers, or the tenant ID.
spring.cloud.azure.eventhubs.proxy.authentication-type Authentication type used against the proxy. For instance, 'none', 'basic', 'digest'. The default value is 'none'.
spring.cloud.azure.eventhubs.proxy.hostname The host of the proxy.
spring.cloud.azure.eventhubs.proxy.password Password used to authenticate with the proxy.
spring.cloud.azure.eventhubs.proxy.port The port of the proxy.
spring.cloud.azure.eventhubs.proxy.type Type of the proxy. For instance of http, 'http', 'socks4', 'socks5'. For instance of amqp, 'http', 'socks'.
spring.cloud.azure.eventhubs.proxy.username Username used to authenticate with the proxy.
spring.cloud.azure.eventhubs.resource.name Namespace of the event hub.
spring.cloud.azure.eventhubs.resource.region The region of an Azure resource. For instance, '"eastus"'.
spring.cloud.azure.eventhubs.resource.resource-group The resource group holds an Azure resource.
spring.cloud.azure.eventhubs.resource.resource-id ID of an Azure resource.
spring.cloud.azure.eventhubs.retry.exponential.base-delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.retry.exponential.max-delay Maximum permissible amount of time(duration) between retry attempts.
spring.cloud.azure.eventhubs.retry.exponential.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.retry.fixed.delay Amount of time(Duration) to wait between retry attempts.
spring.cloud.azure.eventhubs.retry.fixed.max-retries The maximum number of attempts.
spring.cloud.azure.eventhubs.retry.mode The retry backoff mode when retrying. Supported types are: FIXED, EXPONENTIAL.
spring.cloud.azure.eventhubs.retry.try-timeout Amount of time(Duration) to wait until a timeout.
spring.cloud.azure.eventhubs.shared-connection Whether to share the same connection for producers or consumers.