Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: emitter-io/emitter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.8
Choose a base ref
...
head repository: emitter-io/emitter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0
Choose a head ref
  • 9 commits
  • 88 files changed
  • 4 contributors

Commits on Jun 25, 2020

  1. Added last will & refactored service (#321)

    This PR adds an implementation of "Last Will & Testament" of MQTT to emitter. This handles 2 scenarios:
    
     1. When client is terminated but the broker is alive.
     2. When the broker is terminated.
    
    In both cases, last will will be sent to the cluster and optionally message will be retained. This uses consistent hashing to determine which peer will send out the last will in case of the broker termination.
    
    Moreover, I have done a massive refactoring of the service (long overdue). In this refactoring, all of the handlers and services have been made simpler with clear dependencies (see service/ folder). In addition, all tests for the handlers have been rewritten and they have 100% code coverage.
    kelindar authored Jun 25, 2020
    Configuration menu
    Copy the full SHA
    ad96b72 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2021

  1. fix a typo error (#364)

    lzh2nix authored Feb 14, 2021
    Configuration menu
    Copy the full SHA
    f911736 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcca288 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Upgrading emitter/address (#370)

    * upgrade deps
    
    * upgrade to 1.16
    
    * upgrade coveralls
    kelindar authored Jun 18, 2021
    Configuration menu
    Copy the full SHA
    77c6642 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. [FIX] conn.Track(): CompareAndSwapUint32 (#372)

    CompareAndSwapUint32 instead of just an atomic load of the value,
    and changing the value later, which was not producing the needed
    behavior in terms of atomicity.
    
    Co-authored-by: Roman Atachiants <roman.atachiants@gmail.com>
    Florimond and kelindar authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    0026981 View commit details
    Browse the repository at this point in the history
  2. Replace in-memory storage with badger/v3 (#371)

    * replace inmemory storage
    
    * update deps
    kelindar authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    06b2ef9 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    AppVeyor is not being used anymore
    kelindar authored Jun 26, 2021
    Configuration menu
    Copy the full SHA
    63e0c2f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2021

  1. Configuration menu
    Copy the full SHA
    3c8b731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e628aa View commit details
    Browse the repository at this point in the history
Loading