Releases: ikilobyte/pulsar-client-php
Releases · ikilobyte/pulsar-client-php
v1.3.2
Add
- #27 Allow zero receive_queue_size for
ConsumerOptions
@g41797
New Contributors
@g41797
v1.3.1
Fix
#24 cluster Lookup not served by this instance
v1.3.0
✨ New Features
- Support TLS (
pulsar+ssl://
or https://
)
Added
- interface Authentication
public function authorization(): string;
v1.2.2
Add
- Send Batch Message for
Producer
#20
- Batch Receive Message for
Consumer
#20
Fix
DeadLetterPolicy
__construct param
v1.2.1
Add
sendAsync
whitout keepalive
- Default dead letter using consumer subscriptions
- add errCode to MessageNotFound
v1.2.0
Add
- Producer
Keepalive
Connection
- Remove
ArrayAccess
Interface Compatible PHP8
v1.1.9
Fix
- Disrupt the connection to fair consumption
v1.1.8
Added
- Support Pulsar Schema only
INT8
、INT16
、INT32
、INT64
、DOUBLE
、STRING
、JSON
setSchema()
to ConsumerOptions
setSchema()
to ProducerOptions
v1.1.7
Added
$loop
parameter to Consumer::receive()