ethanlin01x commented on code in PR #3776:
URL: https://github.com/apache/iggy/pull/3776#discussion_r3694724008
##########
foreign/python/README.md:
##########
@@ -58,6 +58,44 @@ maturin develop
pytest tests/ -v # Run tests (requires iggy-server running)
```
+## Client Configuration
+
+`IggyClient` takes either a server address or a `TcpConfig`. Configuring
`auto_login`
+lets the SDK replay the credentials whenever it reconnects, so a session
dropped by a
+server restart is recovered instead of surfacing as `Unauthenticated`:
Review Comment:
Dropped in 12da3bc0d
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]