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
fix: Kafka streaming flag compatibility and improve examples
- Fixed command flag format issues in CLI module (-content instead of --content-type)
- Fixed Kafka-related flag names to match Go binary expectations
- Added native_kafka_demo.py and safe_kafka_demo.py example scripts
- Updated the stream_to_kafka function for better error handling
- Fixed session ID parameter handling across API
- Improved documentation with usage examples
- Updated CHANGELOG.md for version 0.3.1
This commit addresses critical issues in the Kafka streaming functionality,
ensuring compatibility between the Python wrapper and the Go binary. The
added examples demonstrate both basic and type-safe usage patterns.
0 commit comments