Skip to content

Instantly share code, notes, and snippets.

View gphat's full-sized avatar

Cory G Watson gphat

View GitHub Profile
@gphat
gphat / kafka.pl
Created January 12, 2011 15:37 — forked from jshirley/kafka.pl
package Kafka::Client;
use Moose;
use Digest::CRC qw(crc32);
use IO::Socket;
my $PRODUCE_REQUEST_ID = 0;
has 'host' => (
is => 'ro',