Skip to content
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

metadata() for global metadata access #1214

Merged
merged 4 commits into from
Feb 23, 2024
Merged

metadata() for global metadata access #1214

merged 4 commits into from
Feb 23, 2024

Commits on Feb 22, 2024

  1. Move common to node-services

    node-services protocol is meant for internal restate communication. pb/ appears to go beyond the internal cluster scope.
    AhmedSoliman committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    32ca53e View commit details
    Browse the repository at this point in the history
  2. move restate-task-center to restate-core

    We need to consolidate a few bits of the system into a core crate to avoid the unnecessary dependency management hassle.
    
    The end goal is to consolidate many of the shared components into this crate. At the moment, task-center and metadata appear to be the best candidate since they are used from everywhere.
    AhmedSoliman committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9fe8bff View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Move metadata to restate-core

    as described in the previous PR in the stack
    AhmedSoliman committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7a9272a View commit details
    Browse the repository at this point in the history
  2. metadata() for global metadata access

    Access to metadata has never been easier. Access `metadata()` by importing `restate_core::metadata`;
    AhmedSoliman committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a2002ad View commit details
    Browse the repository at this point in the history