Skip to content

Commit

Permalink
Fix producerconfigs documentation link (dpkp#2226)
Browse files Browse the repository at this point in the history
  • Loading branch information
MandarJKulkarni authored Aug 3, 2021
1 parent f19e423 commit f0a57a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kafka/producer/kafka.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ class KafkaProducer(object):
Note:
Configuration parameters are described in more detail at
https://kafka.apache.org/0100/configuration.html#producerconfigs
https://kafka.apache.org/0100/documentation/#producerconfigs
"""
DEFAULT_CONFIG = {
'bootstrap_servers': 'localhost',
Expand Down

0 comments on commit f0a57a6

Please sign in to comment.