Jack Cassidy
Jack Cassidy
Currently there is no override of the `releaseLock` method exposed in the KV client that allows the user to preserve the existing value in the KV store. The existing method...
**Is your feature request related to a problem? Please describe.** If I consume a message and fail during the processing of that message in a terminal way, I know that...
Hey 👋 We are using [PM2](https://github.com/Unitech/pm2) in our project and we're getting security vulnerability warnings for Lodash versions prior to 4.17.21. Here are the CVEs: [CVE-2021-23337](https://nvd.nist.gov/vuln/detail/CVE-2021-23337) & [CVE-2020-28500](https://nvd.nist.gov/vuln/detail/CVE-2020-28500). Looks like...
[PIP: 372](https://github.com/jcass8695/pulsar/blob/add/pip-367/pip/pip-372.md) ### Motivation If a consumer consumes a message and fails during the processing of that message in a terminal way, we as the client in certain scenarios may...
### Description I would like to be able to create an Iceberg-backed Glue table _with_ partitions using Terraform. The [documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/glue_catalog_table#iceberg_input) provides instructions to create an Iceberg table. However, [here is...