aboutsummaryrefslogtreecommitdiff
path: root/weed/mq/client/pub_client/publisher.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/mq/client/pub_client/publisher.go')
-rw-r--r--weed/mq/client/pub_client/publisher.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mq/client/pub_client/publisher.go b/weed/mq/client/pub_client/publisher.go
index 9262d6e0c..09984bae3 100644
--- a/weed/mq/client/pub_client/publisher.go
+++ b/weed/mq/client/pub_client/publisher.go
@@ -17,6 +17,7 @@ type PublisherConfiguration struct {
CreateTopic bool
CreateTopicPartitionCount int32
Brokers []string
+ PublisherName string // for debugging
}
type PublishClient struct {