version 1.0.25
- Set client ID in produce requests to "bruce" if none was specified with --client_id option. This is a workaround for a bug in Kafka 0.9.0.0 that causes broker to crash on receipt of produce request with empty client ID. See https://issues.apache.org/jira/browse/KAFKA-3088 for details.
- Minor code cleanup, and efficiency improvement in mechanism for passing messages from input thread to router thread.