Skip to content

Commit

Permalink
adapt remaining versions
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Keis <[email protected]>
  • Loading branch information
elKei24 committed Jan 24, 2025
1 parent 3c01117 commit 8933347
Show file tree
Hide file tree
Showing 8 changed files with 48 additions and 24 deletions.
9 changes: 6 additions & 3 deletions content/docs/2.10/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.11/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.12/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.13/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.14/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.15/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.17/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down
9 changes: 6 additions & 3 deletions content/docs/2.9/scalers/azure-event-hub.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ triggers:
- `azureFunction` - Suitable for Azure Functions & Azure WebJobs SDK. This is the default setting, when `blobcontainer` is not specified.
- `blobMetadata` - For all implementations that store checkpoint information on blob metadata such as current C#, Python, Java and JavaScript Event Hub SDKs.
- `goSdk` - For all implementations using the [Golang SDK](https://github.com/Azure/azure-event-hubs-go)'s checkpointing.
- `dapr` - Suitable for Dapr pubsub and bindings, depending on the used Dapr version:
- pubsub components: >= Dapr 1.6 (older versions need the GoSdk checkpointer)
- binding components: >= Dapr 1.9 (older versions need the GoSdk checkpointer)
- `dapr` - Suitable for older Dapr pubsub and bindings
- Compatible Dapr versions:
- pubsub components: 1.6, 1.7, 1.8, 1.9
- bindings: 1.9
- For newer Dapr versions, use the `blobMetadata` strategy.
- For older Dapr versions, use the `goSdk` strategy.
- When no checkpoint strategy is specified, the Event Hub scaler will use backwards compatibility and able to scale older implementations of C#, Python or Java Event Hub SDKs. (see "Legacy checkpointing"). If this behaviour should be used, `blobContainer` is also required.
- `cloud` - Name of the cloud environment that the Event Hub belongs to. (Values: `AzurePublicCloud`, `AzureUSGovernmentCloud`, `AzureChinaCloud`, `AzureGermanCloud`, `Private`, Default: `AzurePublicCloud`, Optional)
- `endpointSuffix` - Service Bus endpoint suffix of the cloud environment. (Required when `cloud` is set to `Private`, e.g. `servicebus.cloudapi.de` for `AzureGermanCloud`).
Expand Down

0 comments on commit 8933347

Please sign in to comment.