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

Event synchronization feature in alpha #166

Open
yangluoshen opened this issue Nov 8, 2024 · 0 comments
Open

Event synchronization feature in alpha #166

yangluoshen opened this issue Nov 8, 2024 · 0 comments

Comments

@yangluoshen
Copy link
Member

yangluoshen commented Nov 8, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant