Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 24, 2015
1 parent 724e7bc commit 334b1d9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pykafka/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,10 +269,9 @@ def commit_consumer_group_offsets(self,
consumer_group_generation_id,
consumer_id,
preqs):
"""Commit the offsets of all messages consumed
"""Commit offsets to Kafka using the Offset Commit/Fetch API
Commit the offsets of all messages consumed so far by this consumer
group with the Offset Commit/Fetch API
Commit the offsets of all messages consumed so far by this consumer group with the Offset Commit/Fetch API
Based on Step 2 here https://cwiki.apache.org/confluence/display/KAFKA/Committing+and+fetching+consumer+offsets+in+Kafka
Expand Down

0 comments on commit 334b1d9

Please sign in to comment.