The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.8011

  • CHANGES:
  • Kafka::Connection connection is closed only when $connection->close method is called explicitly.
  • Kafka::IO object destruction do not close socket. BUGFIXES:
  • Added Apache Kafka server error codes: $ERROR_LOAD_IN_PROGRESS_CODE, $ERROR_CONSUMER_COORDINATOR_NOT_AVAILABLE_CODE, $ERROR_NOT_COORDINATOR_FOR_CONSUMER_CODE
  • $ERROR_REPLICA_NOT_AVAILABLE error ignored according to Apache Kafka documentation (reported by Shabnam Shamaei).
  • Kafka::IO->is_alive method correctly determines server availability.

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.