Skip to content

Fix nil ptr deference in SQS rendezvous when listing client queues

mpu requested to merge mpu/snowflake:fix-broker-sqs-nil-ptr-dereference into main

This fixes a bug in !214 (closed) where it is possible for the broker to encounter a nil ptr deference if the AWS SQS server is not reachable.

Related issue tracking deployment of SQS rendezvous method: #40323 (closed)

Merge request reports