summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Fix the link to the compatibility page (#2295)Kurt McKee2022-03-271-1/+1
| | | The current link leads to HTTP 404.
* Cleanup install instructions for optional libs (#2139)Jeff Widman2020-11-152-25/+40
| | | | | | | | | | | | This cleans up the install instructions to specify that optional libs should be installed using the `kafka-python[opt]` format. This leverages `setuptools`' `extra_requires` feature to let our users choose to inherit any versions pins we might apply to our optional dependencies. This also re-orders the docs slightly to give more visibility to the `crc32c` install because users are unlikely to realize it exists. It also cleans up the formatting of the compression libraries slightly, as they were getting a little unwieldy.
* Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)Lourens Naudé2020-11-152-4/+4
| | | | * Co-authored-by: Andrew Brown <andrew.brown@shopify.com> * Co-authored-by: Aaron Brady <aaron.brady@shopify.com>
* Add kafka-2.5 to compatibilityDana Powers2020-09-302-3/+3
|
* Patch Release 2.0.22.0.2Dana Powers2020-09-291-0/+51
|
* Add support for `zstd` compression (#2021)Tincu Gabriel2020-09-071-4/+5
|
* Python 3.8 support (#2088)Swen Kooij2020-07-221-1/+1
|
* remove unused importsJames Lamb2020-07-101-1/+0
|
* Patch Release 2.0.12.0.1Dana Powers2020-02-191-0/+9
|
* Release 2.0.02.0.0Dana Powers2020-02-101-0/+52
|
* kafka 2.4.0 (#1972)Vanessa Vuibert2019-12-292-4/+4
|
* Add crc32c to README and docsDana Powers2019-12-291-0/+8
|
* Fix doc import paths (#1933)Jeff Widman2019-10-212-2/+2
| | | Since `SimpleClient` was deleted, the new `KafkaClient` currently resides at `kafka.client_async.KafkaClient`... that may get updated in the future, so instead just import the `KafkaClient` from the top-level.
* Remove SimpleClient, Producer, Consumer, Unittest (#1196)Jeff Widman2019-10-1111-598/+0
| | | | | | | | | | | | | | | | | | In the 2.0 release, we're removing: * `SimpleClient` * `SimpleConsumer` * `SimpleProducer` * Old partitioners used by `SimpleProducer`; these are superceded by the `DefaultPartitioner` These have been deprecated for several years in favor of `KafkaClient` / `KafkaConsumer` / `KafkaProducer`. Since 2.0 allows breaking changes, we are removing the deprecated classes. Additionally, since the only usage of `unittest` was in tests for these old Simple* clients, this also drops `unittest` from the library. All tests now run under `pytest`.
* Release 1.4.7 (#1916)1.4.7Dana Powers2019-09-301-0/+63
|
* Add KAFKA 2.3.0 to test matrix (#1915)Dana Powers2019-09-302-5/+9
|
* Release 1.4.61.4.6Dana Powers2019-04-021-0/+45
|
* Forgot compatibility section in docs/changelog.rstDana Powers2019-03-141-0/+8
|
* Release 1.4.51.4.5Dana Powers2019-03-142-1/+51
|
* Update travis test coverage: 2.7, 3.4, 3.7, pypy2.7 (#1614)Jeff Widman2019-03-121-1/+1
| | | | | * Use xenial dist for travis builds * Use openjdk8 for all travis tests * Update python build matrix -- add 3.7, drop 3.5/3.6 (keep 2.7, 3.4, pypy2.7)
* Drop dependency on sphinxcontrib-napoleonStanislav Levin2019-02-271-1/+0
| | | | | | | | | Since 1.3b1 (released Oct 10, 2014) Sphinx has support for NumPy and Google style docstring support via sphinx.ext.napoleon extension. The latter is already used, but sphinxcontrib-napoleon requirement still presents. Signed-off-by: Stanislav Levin <slev@altlinux.org>
* Release 1.4.41.4.4Dana Powers2018-11-201-2/+21
|
* Rename KafkaAdmin to KafkaAdminClientJeff Widman2018-11-203-6/+6
|
* Update kafka broker compatibility docsDana Powers2018-11-202-4/+7
|
* Update changelogDana Powers2018-11-121-0/+58
|
* Document KafkaAdmin classJeff Widman2018-10-292-0/+6
|
* Minor cleanup of testing docJeff Widman2018-10-271-13/+17
| | | | | | | Removed some of the hardcoded values as they are now outdated, and just pointed to where to find the current value in the code. Also some minor wordsmithing.
* Fix sphinx urlJeff Widman2018-10-242-2/+2
| | | | | | | When I was fixing urls the other day, I noticed that sphinx hadn't added https but there was an open ticket: https://github.com/sphinx-doc/sphinx/issues/5522 Now that that is resolved, I'm updating it here.
* Update remote urls: snappy, https, etcJeff Widman2018-10-221-4/+4
| | | | | Snappy URL was outdated. Similarly, many of these sites now support https.
* Release 1.4.31.4.3Dana Powers2018-05-261-0/+46
|
* Adds add_callback/add_errback example to docs (#1441)Berkodev2018-03-291-0/+12
|
* Change SimpleProducer to use async_send (async is reserved in py37) (#1454)Dana Powers2018-03-231-4/+4
|
* Patch Release 1.4.21.4.2Dana Powers2018-03-101-2/+5
|
* Update changelog with unreleased 1.4.2 notesDana Powers2018-03-101-0/+52
|
* Use hardware accelerated CRC32C function if available (#1389)Taras Voinarovskyi2018-02-211-0/+13
| | | | | | * Use hardware accelerated CRC32C function if available * Add doc notice of optional `crc32c` package
* Patch Release 1.4.1 (#1376)1.4.1Dana Powers2018-02-091-0/+11
|
* Release 1.4.01.4.0Dana Powers2018-02-073-4/+101
|
* Release 1.3.51.3.5Dana Powers2017-10-071-0/+27
|
* Update sphinx/RTD changelog for 1.3.4Dana Powers2017-08-131-0/+67
|
* Update compatibility docs re: 0.11 brokers and python 3.6Dana Powers2017-08-132-8/+8
|
* Describe consumer thread-safetyLinus Wallgren2017-06-161-0/+10
|
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-162-7/+8
| | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support
* readthedocs.io follow-up to #1074 for docs/Dana Powers2017-04-103-3/+3
|
* Release 1.3.31.3.3Dana Powers2017-03-141-1/+4
|
* Prefer python-lz4 over lz4f if availableDana Powers2017-03-142-7/+4
|
* Update changelogDana Powers2017-03-131-0/+8
|
* Update changelogDana Powers2017-03-071-0/+4
|
* Add ClusterMetadata documentationDana Powers2017-03-073-0/+16
|
* Recategorize some bugfix changes in docs; add PR 1016Dana Powers2017-03-061-2/+3
|
* Tweak README docs to show use of consumer group (no longer default); clarify ↵Dana Powers2017-03-061-4/+13
| | | | producer.flush