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
Copy file name to clipboardExpand all lines: sdks/fs-python/README.md
+22-19Lines changed: 22 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,31 +16,31 @@
16
16
17
17
# FunctionStream Python SDK
18
18
19
-
FunctionStream SDK is a powerful Python library for building and deploying serverless functions that process messages from Apache Pulsar. It provides a simple yet flexible framework for creating event-driven applications with robust error handling, metrics collection, and resource management.
19
+
FunctionStream SDK is a powerful Python library for building and deploying serverless functions that process messages
20
+
from Apache Pulsar. It provides a simple yet flexible framework for creating event-driven applications with robust error
21
+
handling, metrics collection, and resource management.
20
22
21
23
## Features
22
24
23
25
-**Easy Function Development**: Simple API for creating serverless functions
24
26
-**Message Processing**: Built-in support for Apache Pulsar message processing
25
27
-**Metrics Collection**: Automatic collection of performance metrics
26
28
-**Resource Management**: Efficient handling of connections and resources
27
-
-**Graceful Shutdown**: Proper cleanup of resources during shutdown
28
29
-**Configuration Management**: Flexible configuration through YAML files
29
-
-**Schema Validation**: Input and output schema validation
30
30
-**Error Handling**: Comprehensive error handling and logging
0 commit comments