laravel-sqs-fifo-queue icon indicating copy to clipboard operation
laravel-sqs-fifo-queue copied to clipboard

Cannot use integer as messageGroupId anymore

Open bruno-rodrigues opened this issue 1 year ago • 0 comments

After upgrading from Laravel 8 to Laravel 9 we upgraded to your latest version but now all the places where we used an integer as messageGroupId are failing.

In QueryCompatibleInputMiddleware.php line 165:

  The provided type for `MessageGroupId` value was `integer`. The modeled type is `string`.

Should public function onMessageGroup($messageGroupId) only accept strings (or cast inputs into string)?

Thank you

bruno-rodrigues avatar Feb 06 '24 09:02 bruno-rodrigues