Hello, I am running the intro quickstart examples, (compiled from src) and getting an error from the go client consumer example. The http://incubator.apache.org/kafka/quickstart.html shows this:
> bin/kafka-producer-shell.sh --server kafka://localhost:9092 --topic test > hello > sent: hello (14 bytes) however, when i run it i get this (1 longer byte) > bin/kafka-producer-shell.sh --server kafka://localhost:9092 --topic test > hello > sent: hello (15 bytes) When i consume from the clients/go/tools/consumer i get an error: checksum mismatch, expected I was wondering if the message format possibly changed or possibly config error. Thanks