hubcio opened a new pull request, #2669: URL: https://github.com/apache/iggy/pull/2669
Handlers had duplicated validation and resolution logic scattered across bypass_auth variants and inline code. Entity writes occurred on any shard, requiring distributed filesystem locks that added complexity and potential for race conditions. Centralizing execution in shard/execution.rs with pre-resolved entity types (ResolvedStream, ResolvedTopic, etc.) eliminates duplicate code paths and ensures entity file writes happen exclusively on shard0, removing the need for fs_locks entirely. -- 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]
