Joe Stein created KAFKA-2339:
--------------------------------
Summary: broker becomes unavailable if bad data is passed through
the protocol
Key: KAFKA-2339
URL: https://issues.apache.org/jira/browse/KAFKA-2339
Project: Kafka
Issue Type: Bug
Reporter: Joe Stein
Priority: Critical
Fix For: 0.8.3
I ran into a situation that a non integer value got past for the partition and
the brokers went bonkers.
reproducible
{code}
ah="1..2"
echo "don't do this in production"|kafkacat -b localhost:9092 -p $ah
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)