Skip to content

Commit

Permalink
chore: set version to 0.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ekawinataa committed Dec 6, 2024
1 parent 8e8c0e9 commit ea19bb1
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/docs/advance/dlq.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Max attempts to retry for dlq.

## `DLQ_BLOB_STORAGE_TYPE`

If the writer type is set to BLOB_STORAGE, we can choose any blob storage. Currently, GCS and S3 is supported.
If the writer type is set to BLOB_STORAGE, we can choose any blob storage. Currently, GCS, S3 and OSS are supported.

* Example value: `GCS`
* Type: `optional`
Expand Down Expand Up @@ -232,31 +232,32 @@ The amount of time to allow the client to complete the execution of an API call.
## `DLQ_OSS_ENDPOINT`

The endpoint of the oss service. For more information, please refer to the [oss documentation](https://www.alibabacloud.com/help/en/oss/user-guide/regions-and-endpoints?spm=a2c63.p38356.0.0.65ad7fdf6qkcoQ).
Mandatory if DLQ_BLOB_STORAGE_TYPE is OSS.

* Example value: `oss-cn-hangzhou.aliyuncs.com`
* Type: `optional`
* Type: `Required if DLQ_BLOB_STORAGE_TYPE is OSS`
* Default value : `null

## `DLQ_OSS_ACCESS_KEY_ID`

The access key id of the oss service. For more information, please refer to the [oss documentation](https://www.alibabacloud.com/help/en/oss/developer-reference/oss-java-configure-access-credentials#dd657ea839xv1).

* Example value: `youraccessid`
* Type: `optional`
* Type: `Required if DLQ_BLOB_STORAGE_TYPE is OSS`

## `DLQ_OSS_ACCESS_KEY_SECRET`

The access key secret of the oss service. For more information, please refer to the [oss documentation](https://www.alibabacloud.com/help/en/oss/developer-reference/oss-java-configure-access-credentials#dd657ea839xv1).

* Example value: `youraccesskey`
* Type: `optional`
* Type: `Required if DLQ_BLOB_STORAGE_TYPE is OSS`

## `DLQ_OSS_BUCKET_NAME`

The name of the oss bucket. Must adhere to the naming rules of oss. For more information, please refer to the [oss documentation](https://www.alibabacloud.com/help/en/oss/user-guide/bucket-naming-conventions?spm=a2c63.p38356.0.0.4cdb3962K5f3io).

* Example value: `oss_bucket`
* Type: `optional`
* Type: `Required if DLQ_BLOB_STORAGE_TYPE is OSS`

## `DLQ_OSS_DIRECTORY_PREFIX`

Expand Down Expand Up @@ -299,15 +300,15 @@ The request timeout in milliseconds.

## `DLQ_OSS_RETRY_ENABLED`

The flag to enable retry mechanism.
The flag to enable retry mechanism for OSS client when transient failure occurred.

* Example value: `true`
* Type: `required`
* Default value : `true`

## `DLQ_OSS_MAX_RETRY_ATTEMPTS`

The maximum number of retry attempts.
The maximum number of retry attempts. To be used in conjunction when `DLQ_OSS_RETRY_ENABLED` is set to `true`.

* Example value: `3`
* Type: `required`
Expand Down

0 comments on commit ea19bb1

Please sign in to comment.