Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(68)

Unified Diff: logdog/client/butler/output/logdog/output.go

Issue 2989333002: [logdog] Replace Tumble with push queues. (Closed)
Patch Set: comments Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « logdog/appengine/coordinator/tasks/routes.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: logdog/client/butler/output/logdog/output.go
diff --git a/logdog/client/butler/output/logdog/output.go b/logdog/client/butler/output/logdog/output.go
index fa2ae07e6b3c81518cf4ce5ab6aa3c52b2d7741b..ce8aa472ae0eabc6cee5a13603cf19683e792617 100644
--- a/logdog/client/butler/output/logdog/output.go
+++ b/logdog/client/butler/output/logdog/output.go
@@ -197,7 +197,6 @@ func (cfg *Config) Register(c context.Context) (output.Output, error) {
return nil, errors.New("failed to get Pub/Sub client")
}
psTopic := psClient.Topic(topic)
- ps.DisableTopicBundling(psTopic)
// Assert that our Topic exists.
exists, err := retryTopicExists(c, psTopic, cfg.RPCTimeout)
« no previous file with comments | « logdog/appengine/coordinator/tasks/routes.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698