Skip to content

Commit 54d6410

Browse files
asdaraujojeffwidman
authored andcommitted
Update string representation of SimpleClient
1 parent 0c0c7ea commit 54d6410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ def _send_consumer_aware_request(self, group, payloads, encoder_fn, decoder_fn):
404404
return [responses[tp] for tp in original_ordering]
405405

406406
def __repr__(self):
407-
return '<KafkaClient client_id=%s>' % (self.client_id)
407+
return '<SimpleClient client_id=%s>' % (self.client_id)
408408

409409
def _raise_on_response_error(self, resp):
410410

0 commit comments

Comments
 (0)