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

feat: order system example #458

Merged
merged 4 commits into from
Sep 18, 2024
Merged

feat: order system example #458

merged 4 commits into from
Sep 18, 2024

Commits on Sep 13, 2024

  1. feat: add order system example

    Adds an example demonstrating how a restaurant could use caching and
    topics to store order status and communicate with wait staff.
    malandis committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    8da7430 View commit details
    Browse the repository at this point in the history
  2. chore: format

    malandis committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    65ed186 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. refactor: add custom CacheAndPublishClientAsync class

    Adds a wrapper class with a new method `set_and_publish` that performs
    a serial set and publish. Refactors the example to use it, which moves
    the set and publish logic out of the kitchen and into this new class.
    malandis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    be419a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d5d0ab View commit details
    Browse the repository at this point in the history