-
I would like an option to change the default volume.
Please consider.
-
Hey there! Me again 😵💫 (btw - big fan of this and the FastStream project!)
Running into this issue in the context of FastStream.
The following code works as expected:
```python
import os
im…
-
If both of the following conditions are met, the `PydanticUserError` exception is raised during function call:
1. ForwardRef annotations for arguments (e.g. with `from __future__ import annotations…
-
Can we publish a batch of messages within subscriber method? @Lancetnik
```python
from pydantic import BaseModel, Field, NonNegativeFloat
from typing import List
from faststream import FastStream
f…
-
Hi,
**Describe the bug**
I get this error:
```
Traceback (most recent call last):
File "/Users/jonasm/colot/mre.py", line 39, in
publisher.publish_run_status(
File "/Users/jonasm/c…
-
When you install:
`pip install faststream[kafka]`
and run:
`faststream run application:app`
you get:
`ModuleNotFoundError: No module named 'yaml'`
-
-
**Distribution (run `cat /etc/os-release`):**
NAME="Pop!_OS"
VERSION="22.04 LTS"
ID=pop
ID_LIKE="ubuntu debian"
PRETTY_NAME="Pop!_OS 22.04 LTS"
VERSION_ID="22.04"
HOME_URL="https://po…
-
Why is this failing?
```python
from typing import List
from faststream import FastStream, Logger
from faststream.kafka import KafkaBroker, TestKafkaBroker
broker = KafkaBroker("localhost:90…
-
This is a global tracker bug to group reports related to `linux-asahi-edge`. Since this is a bleeding-edge kernel, we know some things are broken and we make no promises that we'll get to reports in a…