Skip to content

Simplify lifetime management #347

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 7 commits into
base: remove-stream-scopes
Choose a base branch
from
Draft

Simplify lifetime management #347

wants to merge 7 commits into from

Conversation

Mr3zee
Copy link
Collaborator

@Mr3zee Mr3zee commented Jun 2, 2025

Strict mode Migration
A series of changes to simplify kRPC protocol

  • Remove fields support
  • Remove stream scopes
  • Simplify lifetime management
  • Cold RPC clients creation
  • Deprecated declarations cleanup
  • Documentation update for previous changes

Subsystem
kRPC

Problem Description
Lifetimes now have a hierarchy. We decided to abandon this approach.

Solution
Remove complex hierarchy of requests.
One of the side effects:

  • Service on client-server are now 1-to-n instead of 1-to-1.

@Mr3zee Mr3zee self-assigned this Jun 2, 2025
@Mr3zee Mr3zee added breaking Contains breaking changes deprecation Contains derecations labels Jun 2, 2025
@Mr3zee Mr3zee changed the base branch from main to remove-stream-scopes June 2, 2025 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Contains breaking changes deprecation Contains derecations
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant