mockafka-py
mockafka-py copied to clipboard
Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
Add annotations future statement globally. Enables PEP 585 type annotations in Python 3.8. The test suite succeeds under Python 3.8 following this change. Fixes #82.
**Describe the bug** Type hinting in Mockafka uses standard collection types as generics, eg, `list[str]`, rather than the capitalised type alias from the `typing` module `List[str]`. This ability is only...
related to "PR #69: Enhancing CustomDict error handling 🛠️"
Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.24.1 to 0.25.1. Release notes Sourced from mkdocstrings's releases. 0.25.1 0.25.1 - 2024-05-05 Compare with 0.25.0 Bug Fixes Always descend into sub-headings when re-applying their label (cb86e08...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.11 to 9.5.21. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.5.21 Fixed #7133: Ensure latest version of Mermaid.js is used Fixed #7125: Added warning for dotfiles in info...
The `CustomDict` class overrides the `__getitem__` method to suppress `KeyError` exceptions and return `None` if a key is not found. While this may be intentional, it could potentially mask errors...
Bumps [tox](https://github.com/tox-dev/tox) from 4.14.2 to 4.15.0. Release notes Sourced from tox's releases. 4.15.0 What's Changed Remove duplicated and misleading configuration section by @jugmac00 in tox-dev/tox#3251 Fix dropped leading characters c...
Bumps [mypy](https://github.com/python/mypy) from 1.9.0 to 1.10.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next release Mypy 1.10 We’ve just uploaded mypy 1.10 to the Python Package Index (PyPI). Mypy...
**Describe the bug** The [Message class](https://docs.confluent.io/platform/current/clients/confluent-kafka-python/html/index.html#confluent_kafka.Message.timestamp) in confluent_kafka returns a tuple of timestamp type and the timestamp itself, I infer the type is `tuple[int, int]` but the corresponding class in...
Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.3 to 1.6.0. Release notes Sourced from mkdocs's releases. 1.6.0 Local preview mkdocs serve no longer locks up the browser when more than 5 tabs are open....