Thomas Ploch
Thomas Ploch
Currently the `RedisCluster` class is not exported via extension. Maybe we can add this at least into the stubs here in the master branch at least.
### Dockerfile to replicate ```Dockerfile FROM php:8.1-cli-alpine # https://pecl.php.net/package/apcu ARG PHP_APCU_VERSION=5.1.21 # https://pecl.php.net/package/igbinary ARG PHP_IGBINARY_VERSION=3.2.7 RUN apk add --no-cache --virtual .build-deps $PHPIZE_DEPS \ && pecl install apcu-${PHP_APCU_VERSION} igbinary-${PHP_IGBINARY_VERSION} \ &&...
This also helps with using a `TopicToSubjectStrategy`, probably using a simple callable taking the given topic as input.
We should document the low-level functional [Protocol](https://github.com/flix-tech/avro-serde-php/blob/master/src/Protocol.php) and [Serialize](https://github.com/flix-tech/avro-serde-php/blob/master/src/Serialize.php) APIs
Currently the `RecordSerializer` signatures indicate that a record might be something different than an `array`. Due to the limitations of the underlying Avro serialization library this is not true.
## Expected Behavior From the [AWS `putObject` API documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html): > The Content-MD5 header is required for any request to upload an object with a retention period configured using Amazon S3...
The plugin is not necessary anymore since it was back-ported to all currently supported compiler versions. It also breaks when using this library with the 3.3.1-RC1 Scala version: ``` [error]...