次の方法で共有


Azure Event Hubs の構成プロパティ

プロパティ 説明
spring.cloud.azure.eventhubs.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETS です。
spring.cloud.azure.eventhubs.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.consumer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.consumer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETS です。
spring.cloud.azure.eventhubs.consumer.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.consumer.consumer-group このコンシューマーが関連付けられているコンシューマー グループの名前。
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.consumer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.consumer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.consumer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.consumer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true で client-id が設定されている場合は、クライアント ID がユーザー割り当てマネージド ID クライアント ID として使用されます。 既定値は false です。
spring.cloud.azure.eventhubs.consumer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.consumer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.consumer.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準のAzure Event Hubs エンドポイント アドレスへの接続は許可していないけれど、中継局経由での接続を許可している場合に便利です。 (例: https://my.custom.endpoint.com:55300)。
spring.cloud.azure.eventhubs.consumer.domain-name Event Hubs 名前空間のドメイン名。
spring.cloud.azure.eventhubs.consumer.enabled Azure サービスが有効になっているかどうか。 既定値は true です。
spring.cloud.azure.eventhubs.consumer.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.consumer.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は <NamespaceName>.<DomainName> で構成する必要があります
spring.cloud.azure.eventhubs.consumer.prefetch-count 受信操作が現在アクティブかどうかに関係なく、イベント ハブ コンシューマーがアクティブに受信してローカルでキューに登録するイベントの数。
spring.cloud.azure.eventhubs.consumer.profile.cloud-type 接続先の Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_GERMANY、AZURE_US_GOVERNMENT、OTHER です。 既定値は AZURE です。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Azure Data Lake Analytics カタログとジョブ エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システム エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.key-vault-dns-suffix Azure Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.consumer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.consumer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.consumer.profile.environment.sql-server-hostname-suffix SQL Server のホスト名サフィックス。
spring.cloud.azure.eventhubs.consumer.profile.environment.storage-endpoint-suffix Storage エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.consumer.profile.subscription-id Azure リソースに接続する際に使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.consumer.profile.tenant-id Azure リソースのテナント ID。 使用できる tenant-id 値は、次のとおりです。 commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.consumer.proxy.authentication-type プロキシに対して使用する、認証タイプ。 たとえば、「none」、「basic」、「digest」などです。 既定値は 'none' です。
spring.cloud.azure.eventhubs.consumer.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.consumer.proxy.password プロキシでの認証に使用するパスワード。
spring.cloud.azure.eventhubs.consumer.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.consumer.proxy.type プロキシの型。 http の例として、「http」、「socks4」、「socks5」が挙げられます。 amqp の例として、「http」、「socks」が挙げられます。
spring.cloud.azure.eventhubs.consumer.proxy.username プロキシでの認証に使用するユーザー名。
spring.cloud.azure.eventhubs.consumer.resource.region Azure リソースのリージョン。 たとえば、「eastus」が挙げられます。
spring.cloud.azure.eventhubs.consumer.resource.resource-group Azure リソースを保有するリソース グループ。
spring.cloud.azure.eventhubs.consumer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.consumer.retry.exponential.base-delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.exponential.max-delay 再試行の間に許容できる最大待機時間 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.exponential.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.consumer.retry.fixed.delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.consumer.retry.fixed.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.consumer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.consumer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true で client-id が設定されている場合は、クライアント ID がユーザー割り当てマネージド ID クライアント ID として使用されます。 既定値は false です。
spring.cloud.azure.eventhubs.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準のAzure Event Hubs エンドポイント アドレスへの接続は許可していないけれど、中継局経由での接続を許可している場合に便利です。 (例: https://my.custom.endpoint.com:55300)。
spring.cloud.azure.eventhubs.domain-name Event Hubs 名前空間のドメイン名。
spring.cloud.azure.eventhubs.enabled Azure サービスが有効になっているかどうか。 既定値は true です。
spring.cloud.azure.eventhubs.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は <NamespaceName>.<DomainName> で構成する必要があります
spring.cloud.azure.eventhubs.processor.batch.max-size バッチ内に入るイベントの最大数。
spring.cloud.azure.eventhubs.processor.batch.max-wait-time イベントを処理する前にイベントの受信を待機する最大時間。
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-key ストレージ アカウント アクセス キー。
spring.cloud.azure.eventhubs.processor.checkpoint-store.account-name ストレージ アカウントの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.blob-name BLOB の名前です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connect-timeout 要求がリモートホストへの接続を試み、接続が解決される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.connection-idle-timeout アイドル接続までの時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers クライアントで送信される各要求に適用されるヘッダーのリスト。 たとえば、「myCustomHeader」、「myStaticValue」などです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].name ヘッダーの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.headers[0].values ヘッダーの値のリスト。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.allowed-header-names ログに記録する必要がある、許可リスト ヘッダーのコンマ区切りのリスト。 既定値は "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 許可リスト クエリ パラメーターのコンマ区切りのリスト。 既定値は "api-version" です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.level HTTP メッセージにログオンするための詳細レベル。 サポートされている型は、NONE、BASIC、HEADERS、BODY、BODY_AND_HEADERS です。 既定値は NONE です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.logging.pretty-print-body メッセージ本文を適切に表示するかどうかを指定します。 既定値は false です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.maximum-connection-pool-size 基になる HTTP クライアントで使用される最大接続プール サイズ。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.read-timeout サーバー応答を読み取るときに使用された時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.response-timeout サーバーの応答を待つ時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.client.write-timeout 各要求が優先で送信される時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.connection-string サービスに接続する接続文字列。
spring.cloud.azure.eventhubs.processor.checkpoint-store.container-name コンテナーの名前。
spring.cloud.azure.eventhubs.processor.checkpoint-store.create-container-if-not-exists コンテナーが存在しない場合に作成するかどうかを指定します。 既定値は false です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true で client-id が設定されている場合は、クライアント ID がユーザー割り当てマネージド ID クライアント ID として使用されます。 既定値は false です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.customer-provided-key サーバー上の BLOB コンテンツを暗号化するために使用される、顧客指定の暗号化キー (base64 でエンコードされた文字列)。 詳細については、Microsoft ドキュメント「顧客指定の暗号化キー」を参照してください。
spring.cloud.azure.eventhubs.processor.checkpoint-store.enabled Azure サービスが有効になっているかどうか。 既定値は true です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.encryption-scope 要求で指定されたデータの暗号化に使用する暗号化範囲の名前を指定します。 指定しない場合、暗号化は、デフォルトのアカウント暗号化範囲で実行されます。 詳細については、Microsoft ドキュメント「暗号化の範囲」を参照してください。
spring.cloud.azure.eventhubs.processor.checkpoint-store.endpoint Azure Storage のサービス エンドポイント。 たとえば、https://{storage-account-name}.blob.storage.azure.netBLOB 向けhttps://{storage-account-name}.file.storage.azure.netまたはファイル共有向け、またはhttps://{storage-account-name}.queue.storage.azure.netキュー向けです。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.cloud-type 接続先の Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_GERMANY、AZURE_US_GOVERNMENT、OTHER です。 既定値は AZURE です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Azure Data Lake Analytics カタログとジョブ エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システム エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.key-vault-dns-suffix Azure Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.sql-server-hostname-suffix SQL Server のホスト名サフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.environment.storage-endpoint-suffix Storage エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.subscription-id Azure リソースに接続する際に使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.profile.tenant-id Azure リソースのテナント ID。 使用できる tenant-id 値は、次のとおりです。 commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.non-proxy-hosts プロキシ HTTP/HTTPS 接続を使用しないホストまたは CIDR のリスト。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.password プロキシでの認証に使用するパスワード。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.type プロキシの型。 http の例として、「http」、「socks4」、「socks5」が挙げられます。 amqp の例として、「http」、「socks」が挙げられます。
spring.cloud.azure.eventhubs.processor.checkpoint-store.proxy.username プロキシでの認証に使用するユーザー名。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.region Azure リソースのリージョン。 たとえば、「eastus」が挙げられます。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-group Azure リソースを保有するリソース グループ。
spring.cloud.azure.eventhubs.processor.checkpoint-store.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.base-delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max-delay 再試行の間に許容できる最大待機時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.exponential.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.fixed.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.secondary-host プライマリ リージョンが使用できなくなった場合に要求を再試行するセカンダリ ストレージ アカウント。 たとえば、https://{storage-account-name}-secondary.file.storage.azure.net です。
spring.cloud.azure.eventhubs.processor.checkpoint-store.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.checkpoint-store.sas-token サービスに送信される要求の承認に使用する、SAS (Shared Access Signatures) トークン。
spring.cloud.azure.eventhubs.processor.checkpoint-store.service-version API 要求を行うときに使用する BLOB サービスのバージョン。
spring.cloud.azure.eventhubs.processor.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.processor.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETS です。
spring.cloud.azure.eventhubs.processor.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.processor.consumer-group このコンシューマーが関連付けられているコンシューマー グループの名前。
spring.cloud.azure.eventhubs.processor.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.processor.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.processor.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.processor.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.processor.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true で client-id が設定されている場合は、クライアント ID がユーザー割り当てマネージド ID クライアント ID として使用されます。 既定値は false です。
spring.cloud.azure.eventhubs.processor.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.processor.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.processor.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準のAzure Event Hubs エンドポイント アドレスへの接続は許可していないけれど、中継局経由での接続を許可している場合に便利です。 (例: https://my.custom.endpoint.com:55300)。
spring.cloud.azure.eventhubs.processor.domain-name Event Hubs 名前空間のドメイン名。
spring.cloud.azure.eventhubs.processor.enabled Azure サービスが有効になっているかどうか。 既定値は true です。
spring.cloud.azure.eventhubs.processor.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.processor.initial-partition-event-position パーティションのチェックポイントが CheckpointStore に存在しない場合に、各パーティションに使用するイベント位置を含むマップ。
spring.cloud.azure.eventhubs.processor.load-balancing.partition-ownership-expiration-interval パーティションの所有権が期限切れになるまでの期間。
spring.cloud.azure.eventhubs.processor.load-balancing.strategy パーティションの所有権を要求するための負荷分散戦略。
spring.cloud.azure.eventhubs.processor.load-balancing.update-interval 負荷分散の更新サイクルから次のサイクルまでの期間。
spring.cloud.azure.eventhubs.processor.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は <NamespaceName>.<DomainName> で構成する必要があります
spring.cloud.azure.eventhubs.processor.prefetch-count 受信操作が現在アクティブかどうかに関係なく、イベント ハブ コンシューマーがアクティブに受信してローカルでキューに登録するイベントの数。
spring.cloud.azure.eventhubs.processor.profile.cloud-type 接続先の Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_GERMANY、AZURE_US_GOVERNMENT、OTHER です。 既定値は AZURE です。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Azure Data Lake Analytics カタログとジョブ エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システム エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.key-vault-dns-suffix Azure Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.processor.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.processor.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.processor.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.processor.profile.environment.sql-server-hostname-suffix SQL Server のホスト名サフィックス。
spring.cloud.azure.eventhubs.processor.profile.environment.storage-endpoint-suffix Storage エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.processor.profile.subscription-id Azure リソースに接続する際に使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.processor.profile.tenant-id Azure リソースのテナント ID。 使用できる tenant-id 値は、次のとおりです。 commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.processor.proxy.authentication-type プロキシに対して使用する、認証タイプ。 たとえば、「none」、「basic」、「digest」などです。 既定値は 'none' です。
spring.cloud.azure.eventhubs.processor.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.processor.proxy.password プロキシでの認証に使用するパスワード。
spring.cloud.azure.eventhubs.processor.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.processor.proxy.type プロキシの型。 http の例として、「http」、「socks4」、「socks5」が挙げられます。 amqp の例として、「http」、「socks」が挙げられます。
spring.cloud.azure.eventhubs.processor.proxy.username プロキシでの認証に使用するユーザー名。
spring.cloud.azure.eventhubs.processor.resource.region Azure リソースのリージョン。 たとえば、「eastus」が挙げられます。
spring.cloud.azure.eventhubs.processor.resource.resource-group Azure リソースを保有するリソース グループ。
spring.cloud.azure.eventhubs.processor.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.processor.retry.exponential.base-delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.processor.retry.exponential.max-delay 再試行の間に許容できる最大待機時間 (期間)。
spring.cloud.azure.eventhubs.processor.retry.exponential.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.processor.retry.fixed.delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.processor.retry.fixed.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.processor.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.processor.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.processor.track-last-enqueued-event-properties 関連付けられているパーティションで最後にキューに登録されたイベントに関する情報を要求し、イベントの受信時にその情報を追跡するかどうかを示します。
spring.cloud.azure.eventhubs.producer.client.application-id 現在のアプリケーションを表し、テレメトリ/監視の目的で使用されます。
spring.cloud.azure.eventhubs.producer.client.transport-type AMQP ベースのクライアントのトランスポートの種類。 サポートされている種類は AMQP、AMQP_WEB_SOCKETS です。
spring.cloud.azure.eventhubs.producer.connection-string イベント ハブに接続するための接続文字列。
spring.cloud.azure.eventhubs.producer.credential.client-certificate-password 証明書ファイルのパスワード。
spring.cloud.azure.eventhubs.producer.credential.client-certificate-path Azure でサービス プリンシパル認証を実行するときに使用する PEM 証明書ファイルのパス。
spring.cloud.azure.eventhubs.producer.credential.client-id Azure でサービス プリンシパル認証を実行するときに使用するクライアント ID。
spring.cloud.azure.eventhubs.producer.credential.client-secret Azure でサービス プリンシパル認証を実行するときに使用するクライアント シークレット。
spring.cloud.azure.eventhubs.producer.credential.managed-identity-enabled マネージド ID を有効にして Azure で認証するかどうかを指定します。 true で client-id が設定されている場合は、クライアント ID がユーザー割り当てマネージド ID クライアント ID として使用されます。 既定値は false です。
spring.cloud.azure.eventhubs.producer.credential.password Azure でユーザー名/パスワード認証を実行するときに使用するパスワード。
spring.cloud.azure.eventhubs.producer.credential.username Azure でユーザー名/パスワード認証を実行するときに使用するユーザー名。
spring.cloud.azure.eventhubs.producer.custom-endpoint-address Event Hubs サービスに接続するときのカスタム エンドポイント アドレス。 これは、ネットワークが標準のAzure Event Hubs エンドポイント アドレスへの接続は許可していないけれど、中継局経由での接続を許可している場合に便利です。 (例: https://my.custom.endpoint.com:55300)。
spring.cloud.azure.eventhubs.producer.domain-name Event Hubs 名前空間のドメイン名。
spring.cloud.azure.eventhubs.producer.enabled Azure サービスが有効になっているかどうか。 既定値は true です。
spring.cloud.azure.eventhubs.producer.event-hub-name イベント ハブの名前。
spring.cloud.azure.eventhubs.producer.namespace FQDN のプレフィックスであるイベント ハブの名前空間。 FQDN は <NamespaceName>.<DomainName> で構成する必要があります
spring.cloud.azure.eventhubs.producer.profile.cloud-type 接続先の Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_GERMANY、AZURE_US_GOVERNMENT、OTHER です。 既定値は AZURE です。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Azure Data Lake Analytics カタログとジョブ エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システム エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.key-vault-dns-suffix Azure Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.producer.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.producer.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.producer.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.producer.profile.environment.sql-server-hostname-suffix SQL Server のホスト名サフィックス。
spring.cloud.azure.eventhubs.producer.profile.environment.storage-endpoint-suffix Storage エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.producer.profile.subscription-id Azure リソースに接続する際に使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.producer.profile.tenant-id Azure リソースのテナント ID。 使用できる tenant-id 値は、次のとおりです。 commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.producer.proxy.authentication-type プロキシに対して使用する、認証タイプ。 たとえば、「none」、「basic」、「digest」などです。 既定値は 'none' です。
spring.cloud.azure.eventhubs.producer.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.producer.proxy.password プロキシでの認証に使用するパスワード。
spring.cloud.azure.eventhubs.producer.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.producer.proxy.type プロキシの型。 http の例として、「http」、「socks4」、「socks5」が挙げられます。 amqp の例として、「http」、「socks」が挙げられます。
spring.cloud.azure.eventhubs.producer.proxy.username プロキシでの認証に使用するユーザー名。
spring.cloud.azure.eventhubs.producer.resource.region Azure リソースのリージョン。 たとえば、「eastus」が挙げられます。
spring.cloud.azure.eventhubs.producer.resource.resource-group Azure リソースを保有するリソース グループ。
spring.cloud.azure.eventhubs.producer.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.producer.retry.exponential.base-delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.producer.retry.exponential.max-delay 再試行の間に許容できる最大待機時間 (期間)。
spring.cloud.azure.eventhubs.producer.retry.exponential.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.producer.retry.fixed.delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.producer.retry.fixed.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.producer.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.producer.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.profile.cloud-type 接続先の Azure クラウドの名前。 サポートされている種類は、AZURE、AZURE_CHINA、AZURE_GERMANY、AZURE_US_GOVERNMENT、OTHER です。 既定値は AZURE です。
spring.cloud.azure.eventhubs.profile.environment.active-directory-endpoint 接続先の Microsoft Entra エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-api-version Azure Active Directory Graph API のバージョン。
spring.cloud.azure.eventhubs.profile.environment.active-directory-graph-endpoint Azure Active Directory Graph エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.active-directory-resource-id Microsoft Entra リソース ID。
spring.cloud.azure.eventhubs.profile.environment.azure-application-insights-endpoint Azure Application Insights エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-analytics-catalog-and-job-endpoint-suffix Azure Data Lake Analytics カタログとジョブ エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.profile.environment.azure-data-lake-store-file-system-endpoint-suffix Data Lake ストレージ ファイル システム エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.profile.environment.azure-log-analytics-endpoint Azure Log Analytics エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.data-lake-endpoint-resource-id Data Lake エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.gallery-endpoint ギャラリー エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.key-vault-dns-suffix Azure Key Vault DNS サフィックス。
spring.cloud.azure.eventhubs.profile.environment.management-endpoint 管理サービス エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.microsoft-graph-endpoint Microsoft Graph エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.portal 管理ポータルの URL。
spring.cloud.azure.eventhubs.profile.environment.publishing-profile 発行設定ファイルの URL。
spring.cloud.azure.eventhubs.profile.environment.resource-manager-endpoint リソース管理エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.service-bus-domain-name Service Bus のドメイン名。
spring.cloud.azure.eventhubs.profile.environment.sql-management-endpoint SQL 管理エンドポイント。
spring.cloud.azure.eventhubs.profile.environment.sql-server-hostname-suffix SQL Server のホスト名サフィックス。
spring.cloud.azure.eventhubs.profile.environment.storage-endpoint-suffix Storage エンドポイントのサフィックス。
spring.cloud.azure.eventhubs.profile.subscription-id Azure リソースに接続する際に使用するサブスクリプション ID。
spring.cloud.azure.eventhubs.profile.tenant-id Azure リソースのテナント ID。 使用できる tenant-id 値は、次のとおりです。 commonorganizationsconsumers、またはテナント ID です。
spring.cloud.azure.eventhubs.proxy.authentication-type プロキシに対して使用する、認証タイプ。 たとえば、「none」、「basic」、「digest」などです。 既定値は 'none' です。
spring.cloud.azure.eventhubs.proxy.hostname プロキシのホスト。
spring.cloud.azure.eventhubs.proxy.password プロキシでの認証に使用するパスワード。
spring.cloud.azure.eventhubs.proxy.port プロキシのポート。
spring.cloud.azure.eventhubs.proxy.type プロキシの型。 http の例として、「http」、「socks4」、「socks5」が挙げられます。 amqp の例として、「http」、「socks」が挙げられます。
spring.cloud.azure.eventhubs.proxy.username プロキシでの認証に使用するユーザー名。
spring.cloud.azure.eventhubs.resource.name イベント ハブの名前空間。
spring.cloud.azure.eventhubs.resource.region Azure リソースのリージョン。 たとえば、「eastus」が挙げられます。
spring.cloud.azure.eventhubs.resource.resource-group Azure リソースを保有するリソース グループ。
spring.cloud.azure.eventhubs.resource.resource-id Azure リソースの ID。
spring.cloud.azure.eventhubs.retry.exponential.base-delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.retry.exponential.max-delay 再試行の間に許容できる最大待機時間 (期間)。
spring.cloud.azure.eventhubs.retry.exponential.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.retry.fixed.delay 再試行から次回の再試行までの待機時間数 (期間)。
spring.cloud.azure.eventhubs.retry.fixed.max-retries 最大試行回数。
spring.cloud.azure.eventhubs.retry.mode 再試行時の再試行バックオフ モード。 サポートされている型は、FIXED、EXPONENTIAL です。
spring.cloud.azure.eventhubs.retry.try-timeout タイムアウトになるまで待機する時間 (期間)。
spring.cloud.azure.eventhubs.shared-connection プロデューサーまたはコンシューマーに対して同じ接続を共有するかどうかを指定します。