diff options
author | Mark Roberts <wizzat@gmail.com> | 2014-04-08 11:02:57 -0700 |
---|---|---|
committer | Mark Roberts <wizzat@gmail.com> | 2014-04-08 11:02:57 -0700 |
commit | d7c5bbf7d4c59d9fe58e96c53340be17392cfa02 (patch) | |
tree | 74bdd7fa474c6c555cf0eeb332722d7fec06c093 /kafka/protocol.py | |
parent | f0def436c6c9499aa384d8a3fe5319e0c8b9d7da (diff) | |
download | kafka-python-d7c5bbf7d4c59d9fe58e96c53340be17392cfa02.tar.gz |
Reinstate test_integrate, make test_protocol more explicit, create testutil
Diffstat (limited to 'kafka/protocol.py')
-rw-r--r-- | kafka/protocol.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/protocol.py b/kafka/protocol.py index 9b8f3b3..7ec7946 100644 --- a/kafka/protocol.py +++ b/kafka/protocol.py @@ -50,7 +50,7 @@ class KafkaProtocol(object): request_key, # ApiKey 0, # ApiVersion correlation_id, # CorrelationId - len(client_id), + len(client_id), # ClientId size client_id) # ClientId @classmethod |