Re: Kafka server validating incoming messages

2015-05-26 Thread Gwen Shapira
I think it makes sense to take this reasonable precaution and check that the entire message was parsed successfully at the server side. On Tue, May 26, 2015 at 4:31 AM, Grant Henke wrote: > Bumping this message again to get some input before opening a Jira. > > On Thu, May 21, 2015 at 11:31 AM

Re: Kafka server validating incoming messages

2015-05-25 Thread Grant Henke
Bumping this message again to get some input before opening a Jira. On Thu, May 21, 2015 at 11:31 AM, Grant Henke wrote: > When working on my own implementation of the wire protocol, via a copy and > paste error, I accidentally sent an OffsetCommit message to the > ConsumerMetadata api. This was

Kafka server validating incoming messages

2015-05-21 Thread Grant Henke
When working on my own implementation of the wire protocol, via a copy and paste error, I accidentally sent an OffsetCommit message to the ConsumerMetadata api. This was clearly my mistake but what surprised me is that I got a valid ConsumerMetadata response back with no error. Digging a little de