rename parameter

This commit is contained in:
chrislu
2024-04-12 22:33:00 -07:00
parent 6f80dbdfe5
commit 5324e4288a
3 changed files with 9 additions and 11 deletions

View File

@@ -13,11 +13,10 @@ import (
)
type PublisherConfiguration struct {
Topic topic.Topic
CreateTopic bool
CreateTopicPartitionCount int32
Brokers []string
PublisherName string // for debugging
Topic topic.Topic
PartitionCount int32
Brokers []string
PublisherName string // for debugging
}
type PublishClient struct {