Skip to content

Event synchronization feature in alpha #166

@yangluoshen

Description

@yangluoshen

Note

This is a temporary statement for developers who want to experience the event synchronization feature in advance.

1. Clone the temporary alpha version.

git clone --depth=1 https://github.com/dream-num/helm-charts.git -b temporary/event-sync 

cd helm-charts/docker-compose/

2. Use event synchronization mechanism.

Starting to use the event synchronization mechanism is quite simple.

  1. Turn on event synchronization switch.

Go to docker-compose directory,edit the .env file, find and set EVENT_SYNC to true

EVENT_SYNC=true

Note

If there have been changes to .env in the past, they need to be merged.

Run following command to reboot univer server:

bash run.sh
  1. Bootstrap consumer to consume events.
    Refer to repository: https://github.com/dream-num/univer-event-sync-example-go

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions