@@ -40,16 +40,21 @@ Supporting classes
40
40
- :ref: `TopicPartition <pythonclient_topicpartition >`
41
41
- :ref: `ThrottleEvent <pythonclient_throttleevent >`
42
42
43
- - :ref: `KafkaError <pythonclient_kafkaerror >`
44
- - :ref: `KafkaException <pythonclient_kafkaexception >`
45
- - :ref: `ConsumeError <pyclient_error_consumer >`
46
- - :ref: `ProduceError <pyclient_error_producer >`
47
- - :ref: `SerializationError <serde_error >`
43
+ - Errors
44
+ - :ref: `KafkaError <pythonclient_kafkaerror >`
45
+ - :ref: `KafkaException <pythonclient_kafkaexception >`
46
+ - :ref: `ConsumeError <pyclient_error_consumer >`
47
+ - :ref: `ProduceError <pyclient_error_producer >`
48
+ - :ref: `SerializationError <serde_error >`
48
49
- :ref: `KeySerializationError <serde_error_serializer_key >`
49
50
- :ref: `ValueSerializationError <serde_error_serializer_value >`
50
51
- :ref: `KeyDeserializationError <serde_error_deserializer_key >`
51
52
- :ref: `ValueDeserializationError <serde_error_deserializer_value >`
52
53
54
+ - Admin API
55
+ - :ref: `NewTopic <pyclient_admin_newtopic >`
56
+ - :ref: `NewPartitions <pyclient_admin_newpartitions >`
57
+
53
58
Guide to the :ref: `Transactional Producer API <pythonclient_transactional >`
54
59
55
60
@@ -66,6 +71,24 @@ AdminClient
66
71
.. automodule :: confluent_kafka.admin
67
72
:members:
68
73
74
+ .. _pyclient_admin_newtopic :
75
+
76
+ **************
77
+ NewTopic
78
+ **************
79
+
80
+ .. autoclass :: confluent_kafka.admin.NewTopic
81
+ :members:
82
+
83
+ .. _pyclient_admin_newpartitions :
84
+
85
+ **************
86
+ NewPartitions
87
+ **************
88
+
89
+ .. autoclass :: confluent_kafka.admin.NewPartitions
90
+ :members:
91
+
69
92
.. _pythonclient_consumer :
70
93
71
94
********
0 commit comments