|
@ -45,6 +45,7 @@ func doPublish(publisher *pub_client.TopicPublisher, id int) { |
|
|
|
|
|
|
|
|
func main() { |
|
|
func main() { |
|
|
flag.Parse() |
|
|
flag.Parse() |
|
|
|
|
|
|
|
|
config := &pub_client.PublisherConfiguration{ |
|
|
config := &pub_client.PublisherConfiguration{ |
|
|
Topic: topic.NewTopic(*namespace, *t), |
|
|
Topic: topic.NewTopic(*namespace, *t), |
|
|
PartitionCount: int32(*partitionCount), |
|
|
PartitionCount: int32(*partitionCount), |