diff options
author | Valery Piashchynski <[email protected]> | 2024-01-17 00:41:45 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-17 00:41:45 +0100 |
commit | a1f4e6df6834c24c45ac9030240d0b13865162e7 (patch) | |
tree | e99b207be9a29a6ecc7db193ed36de204606b1cc | |
parent | 40c6378f4a5cf1098aff593c170ea793f9286107 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ It supports running as a service with the ability to extend its functionality on - Queue drivers: RabbitMQ, Kafka, SQS, Beanstalk, NATS, In-Memory. - KV drivers: Redis, Memcached, BoltDB, In-Memory. - OpenTelemetry protocol support (`gRPC`, `http`, `jaeger`). -- [Workflow engine](https://github.com/temporalio/sdk-php) via [Temporal](https://temporal.io) +- [Workflow engine](https://github.com/temporalio/sdk-php) via [Temporal](https://temporal.io). - `gRPC` server. For increased speed, the `protobuf` extension can be used. - `HTTP(S)/2/3` and `fCGI` servers features **automatic TLS management**, **103 Early Hints** support and middleware like: Static, Headers, gzip, prometheus (metrics), send (x-sendfile), OTEL, proxy_ip_parser, etc. - Embedded distribute lock plugin which manages access to shared resources. |