enqueue-dev
enqueue-dev copied to clipboard
Message Queue, Job Queue, Broadcasting, WebSockets packages for PHP, Symfony, Laravel, Magento. DEVELOPMENT REPOSITORY - provided by Forma-Pro
This pull request introduces the ability to create a `PRedis` instance using an already initialized `Predis\Client`. A new static method `createWithClient` has been added to facilitate this functionality. Use Case...
Fixing tests that are throwing warnings and reducing noise in test output. has been done in three stages. - Fixing PHPUnit deprecation notices - Fixing language-level deprecation warnings - Updated...
The [getAssignment](https://arnaud-lb.github.io/php-rdkafka-doc/phpdoc/rdkafka-kafkaconsumer.getassignment.html) method in RdKafka is useful for verifying the health of a Kafka consumer by checking if it has active partition assignments. #### **Benefits:** 1. **Ensuring the Consumer is...
* Add oauthbearer_token_refresh_cb config value for setting setOauthbearerTokenRefreshCb Support for sasl/oauthbearer was fully implemented into the php-rdkafka library today with the latest release which allows us to authenticate MSK through...
- Add PHP 8.3 and 8.4 to CI - Add Symfony 7.3, 7.4, 8.0 to CI - Drop EOL Symfony versions from CI — 6.2, 6.3, 6.4, 7.0 - Bump...
I just ran into this problem where a message that could not be processed and was rejected with requeue true just kept being processed (and not passing) over and over....
# The error ``` PHP Fatal error: Uncaught Predis\Response\ServerException: CROSSSLOT Keys in request don't hash to the same slot in predis/predis/src/Client.php:370 ``` We are encountering this with the `predis` client....
Currently the log extension is adding the processed message body to the log message. This creates unique logs, and duplicates the info as it's added in the log context. It's...
When using enque/dbal v0.10.25 with php 7.4 the follwing error is thrown: `Cannot use ::class with dynamic class name` The following code snippet of DbalContext.php shows the use of `$connection::class`....