Skip to content

Commit

Permalink
Update README.md with new option description
Browse files Browse the repository at this point in the history
Describe the sqs.message.attributes.partition.key optional config
setting.
  • Loading branch information
koosie0507 committed Feb 29, 2024
1 parent 32c6542 commit ab5d113
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Optional properties:
* `sqs.endpoint.url`: Override value for the AWS region specific endpoint.
* `sqs.message.attributes.enabled`: If true, it gets the Kafka Headers and inserts them as SQS MessageAttributes (only string headers are currently supported). Default is false.
* `sqs.message.attributes.include.list`: The comma separated list of Header names to be included, if empty it includes all the Headers. Default is the empty string.
* `sqs.message.attributes.partition.key`: The name of a single AWS SQS MessageAttribute to use as the partition key. If this is not specified, default to the SQS message ID as the partition key.

### Sample Configuration
```json
Expand Down

0 comments on commit ab5d113

Please sign in to comment.