We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365cade commit 7ce70baCopy full SHA for 7ce70ba
sdks/fs-python/function_stream/config.py
@@ -75,7 +75,7 @@ class Config(BaseModel):
75
"""Function description (optional)"""
76
77
pulsar: PulsarConfig = Field(default_factory=PulsarConfig)
78
- """Global Pulsar connection configuration"""
+ """Pulsar connection configuration"""
79
80
module: str = "default"
81
"""Module name for the function (default: 'default')"""
0 commit comments