Skip to content

Commit

Permalink
fix log.
Browse files Browse the repository at this point in the history
  • Loading branch information
3AceShowHand committed Sep 26, 2022
1 parent 41ef21f commit 11d65c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdc/sink/mq/manager/kafka_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (m *kafkaTopicManager) getMetadataOfTopics() ([]*sarama.TopicMetadata, erro
topicMetaList, err := m.admin.DescribeTopics(topicList)
if err != nil {
log.Warn(
"kafka: get topics meta failed",
"Kafka admin client describe topics failed",
zap.Error(err),
zap.Duration("duration", time.Since(start)),
)
Expand Down

0 comments on commit 11d65c5

Please sign in to comment.