You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When we create a ConfluentConfig dictionnary and connect to Kafka, the following config works, but generates a type error in Pylance/Pyright:
Describe the bug
When we create a ConfluentConfig dictionnary and connect to Kafka, the following config works, but generates a type error in Pylance/Pyright:
When we correct the type error by using the enums for these properties, then connecting to Kafka fails, as the code does not expect enums but Literal
How to reproduce
Include source code:
See above
Environment
Running FastStream 0.5.20 with CPython 3.12.4 on Darwin
The text was updated successfully, but these errors were encountered: