Skip to content

Commit

Permalink
todo added
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Jul 10, 2018
1 parent ae08442 commit ad1854e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sd.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,7 @@ func RegisterSubscriberFactories(ctx context.Context, cfg config.ServiceConfig,
if err := consul.Register(ctx, cfg.ExtraConfig, port, name, logger); err != nil {
logger.Error(fmt.Sprintf("Couldn't register %s:%d in consul: %s", name, port, err.Error()))
}

// TODO: add the call to the etcd service register
}
}

0 comments on commit ad1854e

Please sign in to comment.