- Jun 03, 2024
-
-
Marc-Olivier Andrez authored
This commit makes the build of Python packages use `setuptools` instead of the deprecated `distutils` in `setup.py` files. See [PEP 632](https://peps.python.org/pep-0632/) for more information on the deprecation of `distutils`. Note that using `setuptools` instead of `distutils` removes the following user warning messages when creating the `bdist` and `sdist` of the consumer and producer projects: ``` /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'setup_requires' warnings.warn(msg) /usr/lib/python3.8/distutils/dist.py:274: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) ```
-
- May 27, 2024
-
-
Marc-Olivier Andrez authored
-
Tim Schoof authored
-
- May 17, 2024
-
-
Mikhail Karnevskiy authored
-
- Dec 20, 2023
-
-
Mikhail Karnevskiy authored
-
- Dec 08, 2023
-
-
Mikhail Karnevskiy authored
Rename message_id to time_id. Use _id for sequential message index given by producer and time_id for message based on arrival time.
-
- Dec 01, 2023
-
-
Mikhail Karnevskiy authored
-
- Nov 17, 2023
-
-
Mikhail Karnevskiy authored
-
- Nov 06, 2023
-
-
Mikhail Karnevskiy authored
-
- Nov 01, 2023
-
-
Mikhail Karnevskiy authored
-
- Sep 08, 2023
-
-
Mikhail Karnevskiy authored
-
- Sep 07, 2023
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Aug 30, 2023
-
-
Mikhail Karnevskiy authored
-
- Aug 28, 2023
-
-
Mikhail Karnevskiy authored
Add optional argument `ordered` to consumer function get_next. If true messages will be ordered by message_id otherwise by _id.
-
- Aug 17, 2023
-
-
Mikhail Karnevskiy authored
-
- Oct 19, 2022
-
-
George Sedov authored
-
- Sep 09, 2022
-
-
George Sedov authored
-
- Aug 10, 2022
-
-
George Sedov authored
-
- Mar 18, 2022
-
-
George Sedov authored
-
- Mar 01, 2022
-
-
Sergey Yakubov authored
-
- Feb 15, 2022
-
-
Sergey Yakubov authored
-
- Feb 07, 2022
-
-
George Sedov authored
-
- Jan 21, 2022
-
-
Sergey Yakubov authored
-
- Jan 12, 2022
-
-
Sergey Yakubov authored
-
- Jan 11, 2022
-
-
Sergey Yakubov authored
-
- Dec 16, 2021
-
-
Sergey Yakubov authored
-
- Dec 03, 2021
-
-
Sergey Yakubov authored
-
- Nov 24, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Nov 02, 2021
-
-
Sergey Yakubov authored
-
- Oct 29, 2021
-
-
Sergey Yakubov authored
-
- Oct 28, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Oct 20, 2021
-
-
Sergey Yakubov authored
-
Sergey Yakubov authored
-
- Oct 01, 2021
-
-
Sergey Yakubov authored
-
- Sep 08, 2021
-
-
Carsten Patzke authored
-
- Aug 16, 2021
-
-
Carsten Patzke authored
-