Changes for version 0.05 - 2026-07-24
- Security: fixed a remote crash in fetch decoding, a SCRAM auth bypass, and a PBKDF2 DoS
- Correctness fixes across producer, consumer, lifecycle, and XS memory
- Breaking: clients must now be kept referenced (were immortal); LZ4 uses the Kafka frame format, so pre-0.05 lz4 data is unreadable
Modules
High-performance asynchronous Kafka/Redpanda client using EV
Examples
- eg/admin.pl
- eg/anyevent.pl
- eg/compression.pl
- eg/consume.pl
- eg/consumer_group.pl
- eg/docker-compose.yml
- eg/error_handling.pl
- eg/fire_and_forget.pl
- eg/graceful_shutdown.pl
- eg/idempotent.pl
- eg/json_events.pl
- eg/low_level.pl
- eg/manual_commit.pl
- eg/metrics.pl
- eg/multi_partition.pl
- eg/multi_topic.pl
- eg/produce.pl
- eg/produce_headers.pl
- eg/reconnect.pl
- eg/request_reply.pl
- eg/tail.pl
- eg/tls_sasl.pl
- eg/transaction.pl