summaryrefslogtreecommitdiff
path: root/kafka/producer/kafka.py
diff options
context:
space:
mode:
authorJeff Widman <jeff@jeffwidman.com>2018-10-22 00:06:16 -0700
committerJeff Widman <jeff@jeffwidman.com>2018-10-22 14:29:46 -0700
commita6be21e7b3a20ce2e25ef26140c43b59cc356f38 (patch)
tree25a5fcd6f7390e654d715d60e62939ff50ac0454 /kafka/producer/kafka.py
parent477ab740c0c105daef0e8411f95c06ad49f7f782 (diff)
downloadkafka-python-a6be21e7b3a20ce2e25ef26140c43b59cc356f38.tar.gz
Update remote urls: snappy, https, etc
Snappy URL was outdated. Similarly, many of these sites now support https.
Diffstat (limited to 'kafka/producer/kafka.py')
-rw-r--r--kafka/producer/kafka.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/kafka/producer/kafka.py b/kafka/producer/kafka.py
index 4fc7bc6..7878c0a 100644
--- a/kafka/producer/kafka.py
+++ b/kafka/producer/kafka.py
@@ -51,7 +51,7 @@ class KafkaProducer(object):
'retries' is configured to 0. Enabling retries also opens up the
possibility of duplicates (see the documentation on message
delivery semantics for details:
- http://kafka.apache.org/documentation.html#semantics
+ https://kafka.apache.org/documentation.html#semantics
).
The producer maintains buffers of unsent records for each partition. These
@@ -522,7 +522,7 @@ class KafkaProducer(object):
serializable to bytes via configured value_serializer. If value
is None, key is required and message acts as a 'delete'.
See kafka compaction documentation for more details:
- http://kafka.apache.org/documentation.html#compaction
+ https://kafka.apache.org/documentation.html#compaction
(compaction requires kafka >= 0.8.1)
partition (int, optional): optionally specify a partition. If not
set, the partition will be selected using the configured