Skip to content

Commit

Permalink
more log
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet committed Jun 22, 2021
1 parent aa82012 commit 76d2ed5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pulsar/internal/lookup_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,8 @@ func (h *httpLookupService) GetPartitionedTopicMetadata(topic string) (*Partitio

path := fmt.Sprintf(format, GetTopicRestPath(topicName))

h.log.Debugf("Fetch topic{%s} partitioned metadata %s", topic, path)

tMetadata := &PartitionedTopicMetadata{}

err = h.httpClient.Get(path, tMetadata)
Expand Down

0 comments on commit 76d2ed5

Please sign in to comment.