Skip to content

v1.3.0

Compare
Choose a tag to compare
@sinkingpoint sinkingpoint released this 15 May 12:05
· 29 commits to master since this release

This release introduces the optional "clustering" feature that allows horizontally scaling out the gateway by clustering multiple instances together.

Changes:

commit 315e447a0ab93472ab24489257397a29907a13c3
Author: sinkingpoint <[email protected]>
Date:   Sun May 15 14:02:49 2022 +0200

    Update README for clustering

commit e0e894cb4563fe2bc39fcf23afc51ee05fdcd664
Author: sinkingpoint <[email protected]>
Date:   Sun May 15 13:56:38 2022 +0200

    Add clustering implementation
    
    This commit adds in a basic clustering implementation that allows
    forwarding to peers in a hash ring in order to allow scaling horizonally

commit b866bc9cc01148828091981252ce897c28c7c2e1
Author: sinkingpoint <[email protected]>
Date:   Fri May 6 10:41:31 2022 +1000

    Add start of clustering config
    
    This commit adds the cli args to start the work on clustering gravel gateways