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

Sketch entrypoint for Restate application #8

Merged
merged 5 commits into from
Jan 16, 2023
Merged

Sketch entrypoint for Restate application #8

merged 5 commits into from
Jan 16, 2023

Commits on Jan 16, 2023

  1. Add application entrypoint

    The entrypoint parses command line options, instruments the process
    with logging and tracing, starts the application and waits for a termination
    signal to shutdown the process.
    tillrohrmann committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    c3fb185 View commit details
    Browse the repository at this point in the history
  2. Integrate meta struct with entrypoint

    This commit shows how a meta component can be integrated with the
    restate entrypoint.
    tillrohrmann committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    bc24b28 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef25d65 View commit details
    Browse the repository at this point in the history
  4. Introduce TryProcessAbortFuture trait

    The TryProcessAbortFuture trait allows to abort a process if
    the TryFuture completed with an error.
    tillrohrmann committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    2e72746 View commit details
    Browse the repository at this point in the history
  5. Improve organization of clap options

    The clap options are now better organized by giving options that
    belong to the same domain the same prefix.
    tillrohrmann committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    b0ac4f2 View commit details
    Browse the repository at this point in the history