[GitHub] kafka pull request: KAFKA-3088: broker crash on receipt of produce...

2016-02-12 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/kafka/pull/866


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] kafka pull request: KAFKA-3088: broker crash on receipt of produce...

2016-02-04 Thread granthenke
GitHub user granthenke opened a pull request:

https://github.com/apache/kafka/pull/866

KAFKA-3088: broker crash on receipt of produce request with empty cli…

…ent ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/granthenke/kafka null-clientid

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/866.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #866


commit b17eb557ac989dfa19d32370eca4cb73eca30664
Author: Grant Henke 
Date:   2016-02-04T18:17:51Z

KAFKA-3088: broker crash on receipt of produce request with empty client ID

- Adds  NULLABLE_STRING Type to the protocol
- Changes client_id in the REQUEST_HEADER to NULLABLE_STRING with a default 
of ""
- Fixes server handling of invalid ApiKey request and other invalid requests




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---