hubcio opened a new pull request, #2671: URL: https://github.com/apache/iggy/pull/2671
The Python SDK's create_topic method lacked the ability to set message expiration, forcing users to rely on server defaults with no override. Add optional message_expiry parameter accepting datetime.timedelta. When provided, converts to IggyExpiry::ExpireDuration; otherwise uses ServerDefault to inherit from server configuration. Also introduces version sync tooling between Cargo.toml and pyproject.toml with CI check and pre-commit hook that auto-fixes by promoting to the newer version. -- 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]
