Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Add `JOIN_NOTIFICATION` message type * Add `join()` method to hamok to make auto discovery easier * remove 'hello-notification' event from Hamok as it become internal * add encode / decode for JoinNotification * add `JoinNotification` message class * refine `Join` method * add more condition for `no-heartbeat` event * change examples * `JoinNotification` is sent without destination, hence broadcast * some additional condition for adding and removing remote peers * change readme for describing `join()` method * make it compatible with node v18 * add remoteMap support * add `HamokRemoteMap` * update readme file, and documentation * add `redis` example to examples * add `STORAGE_APPLIED_COMMIT_NOTIFICATION` to schema * add `StorageAppliedCommit` to messages * add `encode` / `decode` functions for `StorageAppliedCommit` messages in `StorageCodec` * change `HamokSnapshot` to contain `remoteMap` information * expose `RaftLogs`, `MemoryStoredRaftLogs`, and newly created `HamokRemoteMap` to index * increment version number * add compatibility table
- Loading branch information