• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

node/H03-May-2022-4,0762,728

README.mdH A D23-Feb-2021462 1511

listener.cH A D23-Feb-20218.7 KiB269175

README.md

1## wsrep API usage examples
2
3### 1. Listener
4Is a simple program that connects and listens to replication events in
5an existing cluster.
6
7Usage example (starting listener on the same host as the rest of the cluster):
8```
9$ ./listener /path_to/libgalera_smm.so gcomm://localhost:4567?gmcast.listen_addr=tcp://127.0.0.1:9999 cluster_name
10```
11
12### 2. Node
13Is a more complex program which implements most of wsrep node functionality
14and can form clusters in itself.
15