mockafka-py icon indicating copy to clipboard operation
mockafka-py copied to clipboard

Mockafka-py is a Python library designed for in-memory mocking of Kafka.[aiokafka - confluence-kafka-python]

Results 33 mockafka-py issues
Sort by recently updated
recently updated
newest added

Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.5.3 to 1.6.1. Release notes Sourced from mkdocs's releases. 1.6.1 Version 1.6.1 (Friday 30th August, 2024) Fixed Fix build error when environment variable SOURCE_DATE_EPOCH=0 is set. #3795...

dependencies
python

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.26.3 to 20.26.6. Release notes Sourced from virtualenv's releases. 20.26.6 What's Changed release 20.26.5 by @​gaborbernat in pypa/virtualenv#2766 Fix #2768: Quote template strings in activation scripts by...

dependencies
python

**Describe the bug** Following the basic use cases in the README does not work. pytest returns `fixture 'message' not found`. Tested with poetry and pip. **To Reproduce** ```bash poetry init...

bug