File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change
1
+ KafkaAdmin
2
+ ===========
3
+
4
+ .. autoclass :: kafka.admin.KafkaAdmin
5
+ :members:
Original file line number Diff line number Diff line change 18
18
class KafkaAdmin (object ):
19
19
"""An class for administering the kafka cluster.
20
20
21
+ Warning:
22
+ This is an unstable interface that was recently added and is subject to
23
+ change without warning. In particular, many methods currently return
24
+ raw protocol tuples. In future releases, we plan to make these into
25
+ nicer, more pythonic objects. Unfortunately, this will likely break
26
+ those interfaces.
27
+
21
28
The KafkaAdmin class will negotiate for the latest version of each message protocol format supported
22
29
by both the kafka-python client library and the kafka broker. Usage of optional fields from protocol
23
30
versions that are not supported by the broker will result in UnsupportedVersionError exceptions.
You can’t perform that action at this time.
0 commit comments