mockafka-py
mockafka-py copied to clipboard
Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]
Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.5.0 to 2.5.3. Release notes Sourced from confluent-kafka's releases. v2.5.3 confluent-kafka-python v2.5.3 v2.5.3 is a maintenance release with the following fixes and enhancements: Fixes Fix an assert...
Bumps [mypy](https://github.com/python/mypy) from 1.11.1 to 1.11.2. Commits 789f02c Bump version to 1.11.2 917cc75 An alternative fix for a union-like literal string (#17639) 7d805b3 Unwrap TypedDict item types before storing (#17640)...
Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.23.8 to 0.24.0. Release notes Sourced from pytest-asyncio's releases. pytest-asyncio 0.24.0 0.24.0 (2024-08-22) BREAKING: Updated minimum supported pytest version to v8.2.0 Adds an optional loop_scope keyword argument...
This PR addresses issue #149 by enhancing the header handling logic to ensure compatibility with aiokafka's **ConsumerRecord**. Specifically, the headers are now processed as a 'Sequence[Tuple[str, bytes]]', which aligns with...
**Summary**: I’d like to propose a feature enhancement for the mockafka library. The goal is to expand its functionality to act as a lightweight, in-memory Kafka container that can be...
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.29 to 9.6.14. Release notes Sourced from mkdocs-material's releases. mkdocs-material-9.6.14 Fixed #8215: Social plugin crashes when CairoSVG is updated to 2.8 mkdocs-material-9.6.13 Fixed #8204: Annotations showing list...
Bumps [confluent-kafka](https://github.com/confluentinc/confluent-kafka-python) from 2.6.0 to 2.10.0. Release notes Sourced from confluent-kafka's releases. v2.10.0 confluent-kafka-python v2.10.0 v2.10.0 is a feature release with the following fixes and enhancements: [KIP-848] Group Config is...
## Summary - fix `consume` and `aconsume` decorators so pytest doesn't look for a nonexistent `message` fixture - add regression test showing README example works under pytest ## Testing -...
## Summary - ensure KafkaStore creates enough partitions when producing to a non-zero partition on a new topic - document behaviour in KafkaStore docs - cover the scenario with a...
Bumps [mypy](https://github.com/python/mypy) from 1.13.0 to 1.14.1. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release Different Property Getter and Setter Types Mypy now supports using different types for property...