From 1cf8cf1d32c0f84ff8e4fd388ebcce5f5866bed1 Mon Sep 17 00:00:00 2001 From: Kamal Aboul-Hosn Date: Thu, 18 Jan 2024 20:18:44 -0500 Subject: [PATCH] chore(pubsub): Remove TODO that is 7 years old and on which no action has been taken (#9239) * fix(pubsub): set x-goog-request-params for streaming pull request * chore(pubsub): Remove TODO that is 7 years old and on which no action has been taken --- pubsub/topic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pubsub/topic.go b/pubsub/topic.go index ba62d13d599a..96697b1f2342 100644 --- a/pubsub/topic.go +++ b/pubsub/topic.go @@ -589,7 +589,6 @@ func (t *Topic) Publish(ctx context.Context, msg *Message) *PublishResult { t.initBundler() t.mu.RLock() defer t.mu.RUnlock() - // TODO(aboulhosn) [from bcmills] consider changing the semantics of bundler to perform this logic so we don't have to do it here if t.stopped { ipubsub.SetPublishResult(r, "", ErrTopicStopped) return r