- 
                Notifications
    
You must be signed in to change notification settings  - Fork 25
 
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Problem description
The stream manager in python client has two flags to turn on the auth and tls, but it is not mentioned in the documentation or code comments, especially this line is misleading which makes a bad example for users.
| /// manager=pravega_client.StreamManager("tls://127.0.0.1:9090") | 
Problem location
stream_manager.rs
Suggestions for an improvement
Add some more documentation to explain these two flags, and in the documentation PythonBindings.md and tests pravega_reader_test.py, it would be better to use explicit flag settings.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation