Skip to content

Commit f0a57a6

Browse files
Fix producerconfigs documentation link (#2226)
1 parent f19e423 commit f0a57a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/producer/kafka.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ class KafkaProducer(object):
284284
285285
Note:
286286
Configuration parameters are described in more detail at
287-
https://kafka.apache.org/0100/configuration.html#producerconfigs
287+
https://kafka.apache.org/0100/documentation/#producerconfigs
288288
"""
289289
DEFAULT_CONFIG = {
290290
'bootstrap_servers': 'localhost',

0 commit comments

Comments
 (0)