diff options
Diffstat (limited to 'kafka/consumer')
-rw-r--r-- | kafka/consumer/group.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kafka/consumer/group.py b/kafka/consumer/group.py index 8ae7be0..a83d5da 100644 --- a/kafka/consumer/group.py +++ b/kafka/consumer/group.py @@ -851,8 +851,10 @@ class KafkaConsumer(six.Iterator): This is ported from the Java Consumer, for details see: https://kafka.apache.org/documentation/#new_consumer_monitoring - Warning: This is an unstable interface. It may change in future - releases without warning.""" + Warning: + This is an unstable interface. It may change in future + releases without warning. + """ if raw: return self._metrics.metrics |