Skip to content

Build and use a local cache of state for wadm #204

@thomastaylor312

Description

@thomastaylor312

This is a follow up to #203. Ideally, we should probably just cache all state data locally by watching the NATS kv bucket. This would greatly reduce the amount of lookups directly to the database and the amount of traffic going across NATS. Minimum requirements would be a new implementation of a state store that would send data to NATS KV on write while simultaneously updating the local cache. All other cache stores would receive the update via watching the KV bucket.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestpinnedLong-term issues that should be solved without going stale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions