Skip to content

Commit

Permalink
bulker topic_manager: support bulker sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
absorbb committed Mar 5, 2024
1 parent 4269bce commit 57b10db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bulkerapp/app/topic_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ func NewTopicManager(appContext *Context) (*TopicManager, error) {

// Start starts TopicManager
func (tm *TopicManager) Start() {
tm.Infof("Starting topic manager. Shard Number: %d", tm.shardNumber)
tm.LoadMetadata()
safego.RunWithRestart(func() {
ticker := time.NewTicker(time.Duration(tm.config.TopicManagerRefreshPeriodSec) * time.Second)
Expand Down

0 comments on commit 57b10db

Please sign in to comment.