The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.9000

  • CHANGES:
  • Adapted for kafka 0.9 .
  • Updated error codes to conform with Kafka documentation.
  • Kafka::Producer->new does not support values of RequiredAcks > 1 anymore.
  • Added 'ip_version' argument for Kafka::Connection->new and Kafka::IO->new to force host name resolving (or IP address interpretation) in IPv4 or IPv6.
  • Added error codes $ERROR_INCOMPATIBLE_HOST_IP_VERSION . BUGFIXES:
  • Incorrect osvers comparison for NetBSD.
  • Remove unnecessary dependency on List::MoreUtils (thanks to Dan Book).

Modules

Apache Kafka interface for Perl.
Object interface to connect to a kafka cluster.
Perl interface for Kafka consumer client.
Perl Kafka API exception definitions.
Interface to network communication with the Apache Kafka server.
Functions to work with 64 bit elements of the protocol on 32 bit systems.
Constants and functions used internally.
Interface to the Kafka message properties.
Perl interface for Kafka producer client.
Functions to process messages in the Apache Kafka protocol.