adjust visibility

This commit is contained in:
chrislu
2024-01-28 13:09:30 -08:00
parent dedfd31dfb
commit 0bf5424a2e
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ type EachPartitionPublishJob struct {
generation int
inputQueue *buffered_queue.BufferedQueue[*mq_pb.DataMessage]
}
func (p *TopicPublisher) StartSchedulerThread(wg *sync.WaitGroup) error {
func (p *TopicPublisher) startSchedulerThread(wg *sync.WaitGroup) error {
if err := p.doEnsureConfigureTopic(); err != nil {
return fmt.Errorf("configure topic %s: %v", p.config.Topic, err)