Skip to content

version 1.0.25

Compare
Choose a tag to compare
@dspeterson dspeterson released this 11 Jun 20:21
· 352 commits to master since this release
  • 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.