File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -1425,13 +1425,14 @@ PyTypeObject ConsumerType = {
1425
1425
"\n"
1426
1426
".. py:function:: Consumer(config)\n"
1427
1427
"\n"
1428
- " :param dict config: Configuration properties. At a minimum ``group.id`` **must** be set,"
1429
- " ``bootstrap.servers`` **should** be set"
1428
+ " :param dict config: Configuration properties. "
1429
+ "At a minimum ``group.id`` **must** be set,"
1430
+ " ``bootstrap.servers`` **should** be set."
1430
1431
"\n"
1431
1432
"Create new Consumer instance using provided configuration dict.\n"
1432
1433
"\n"
1433
1434
" Special configuration properties:\n"
1434
- " ``on_commit``: Optional callback will be called when a commit "
1435
+ " ``on_commit``: Optional callback will be called when a commit "
1435
1436
"request has succeeded or failed.\n"
1436
1437
"\n"
1437
1438
"\n"
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md
114
114
The Python bindings also provide some additional configuration properties:
115
115
116
116
* ``default.topic.config ``: value is a dict of client topic-level configuration
117
- properties that are applied to all used topics for the instance. **DEPRECATED: **
117
+ properties that are applied to all used topics for the instance. **DEPRECATED: **
118
118
topic configuration should now be specified in the global top-level configuration.
119
119
120
120
* ``error_cb(kafka.KafkaError) ``: Callback for generic/global error events. This callback is served upon calling
You can’t perform that action at this time.
0 commit comments