We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
release
Fix failing tests in python 3.8 (#426) * WIP: Fix failing tests in Python 3.8 * WIP: Fix failing tests in Python 3.8 * Fix failing tests
Add batch consuming option to consumers (#298) * Add batch consumer logic to documentation generation * Modify consumer loop to include batch option for consuming * Add batch consuming guide * Fix mypy and add test to Tester * Merge origin/main into 18-add-batching-for-consumers * Add docs * Implement review changes