Skip to content

Commit

Permalink
dynamic membership implementation is done.
Browse files Browse the repository at this point in the history
  • Loading branch information
mertbahardogan committed Sep 30, 2024
1 parent 15384f2 commit 0a3bdc3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package api

import (
"fmt"

"github.com/Trendyol/go-dcp/helpers"
"github.com/Trendyol/go-dcp/membership"
"github.com/asaskevich/EventBus"
Expand Down
1 change: 0 additions & 1 deletion membership/dynamic_membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func (d *dynamicMembership) Close() {
if err != nil {
logger.Log.Error("error while unsubscribe: %v", err)
}

}

func (d *dynamicMembership) membershipChangedListener(m *Model) {
Expand Down

0 comments on commit 0a3bdc3

Please sign in to comment.