Results 8 issues of g41797

| Q | A | ------------- | --- | Is bugfix? | ✔️ | New feature? | ❌ | Breaks BC? | ❌ | Fixed issues | #380 "Deprecated" warning...

just to discuss - support of grpc(grpc-web) on the server side will simplify development of client libraries and gRPC is amazing buzzword now

enhancement

#66 was finished as result [Adding new header](https://github.com/gotranspile/cxgo/blob/main/CONTRIBUTING.md#adding-a-new-known-header) section of contributing guide should be updated

documentation

Lack of **beanstalkd** listening port (**11300**) in docker-compose.yml prevents run of tests (no connection) Adding of required port to docker-compose.yml solves this issue

Main purpose of this proposal - to simplify adding new broker to yii3 queue and queue implementation in general: - queue/worker/adapter code will be completely generic, smaller and simpler -...

According to implementation ```php public function setReceiveQueueSize(int $size) { if ($size data[ self::RECEIVE_QUEUE_SIZE ] = $size; } ``` for $size == 0 actual 'RECEIVE_QUEUE_SIZE' will be 1000. According to [recommendations](https://pulsar.apache.org/docs/next/cookbooks-message-queue/#client-configuration-changes):...

enhancement

| Q | A | ------------- | --- | New feature? | ✔️ Add new queue adapters for Valkey and Beanstalkd

Add *zig-network* to build.zig.zon: ```bach zig fetch --save=network git+https://github.com/ikskuh/zig-network ``` Import *zig-network*: ```zig const zig_network = b.dependency("network", .{ .target = target, .optimize = optimize, }); const lib = b.addStaticLibrary(..); lib.root_module.addImport("network",...