Changes                             History of this package
MANIFEST                            This file
Makefile.PL                         Makefile generator
README                              Get you started with this package
lib/Kafka.pm                        Constants and messages used by this package
lib/Kafka/Producer.pm               Object interface to the producer client
lib/Kafka/Consumer.pm               Object interface to the consumer client
lib/Kafka/Protocol.pm               Process messages in the Kafka's Wire Format
lib/Kafka/Message.pm                Object interface to the Kafka message properties
lib/Kafka/IO.pm                     Object interface to socket communications
lib/Kafka/Int64.pm                  Functions to work with 64 bit elements
lib/Kafka/Mock.pm                   Object TCP mock server instance for testing
benchmark_consumer.pl               A simple consumer benchmark
benchmark_producer.pl               A simple producer benchmark
coverage.sh                         Control code coverage
t/00_compile.t
t/01_bits64.t
t/94_fixme.t
t/95_critic.t
t/96_kwalitee.t
t/97_distribution.t
t/98_pod.t
t/99_pod_coverage.t
t/00_Int64/00_compile.t
t/00_Int64/01_intsum.t
t/00_Int64/02_packq.t
t/00_Int64/03_unpackq.t
t/00_Int64/98_pod.t
t/00_Int64/99_pod_coverage.t
t/01_IO/00_compile.t
t/01_IO/01_new.t
t/01_IO/02_RaiseError.t
t/01_IO/03_close.t
t/01_IO/04_last_error.t
t/01_IO/05_last_errorcode.t
t/01_IO/06_send.t
t/01_IO/07_receive.t
t/01_IO/98_pod.t
t/01_IO/99_pod_coverage.t
t/02_Mock/00_compile.t
t/02_Mock/01_new.t
t/02_Mock/02_port.t
t/02_Mock/03_delay.t
t/02_Mock/04_clear.t
t/02_Mock/05_close.t
t/02_Mock/06_last_request.t
t/02_Mock/07_usage.t
t/02_Mock/98_pod.t
t/02_Mock/99_pod_coverage.t
t/03_Protocol/00_compile.t
t/03_Protocol/01_last_error.t
t/03_Protocol/02_last_errorcode.t
t/03_Protocol/03_produce_request.t
t/03_Protocol/04_fetch_request.t
t/03_Protocol/05_offsets_request.t
t/03_Protocol/06_fetch_response.t
t/03_Protocol/07_offsets_response.t
t/03_Protocol/98_pod.t
t/03_Protocol/99_pod_coverage.t
t/04_Producer/00_compile.t
t/04_Producer/01_new.t
t/04_Producer/02_last_error.t
t/04_Producer/03_last_errorcode.t
t/04_Producer/04_send.t
t/04_Producer/05_close.t
t/04_Producer/98_pod.t
t/04_Producer/99_pod_coverage.t
t/05_Message/00_compile.t
t/05_Message/01_new.t
t/05_Message/02_methods.t
t/05_Message/98_pod.t
t/05_Message/99_pod_coverage.t
t/06_Consumer/00_compile.t
t/06_Consumer/01_new.t
t/06_Consumer/02_last_error.t
t/06_Consumer/03_last_errorcode.t
t/06_Consumer/04_fetch.t
t/06_Consumer/05_offsets.t
t/06_Consumer/06_close.t
t/06_Consumer/98_pod.t
t/06_Consumer/99_pod_coverage.t
t/99_usage/00_mock.t                    Mock server usage examples
t/99_usage/01_kafka.t                   Kafka usage examples
t/99_usage/02_mock_error.t              Test errors in FETCH & OFFSETS Response
t/99_usage/03_kafka_bench.t             Kafka Benchmark test
META.yml                                Module meta-data (added by MakeMaker)
META.json                               Module meta-data (added by MakeMaker)
