Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

firehydrant/pubsub-bug-3413

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproduces bug found for ruby pubsub: googleapis/google-cloud-ruby#3413

To run:

$ docker-compose up -d pubsub_emulator
$ # wait a few seconds for it actually start because it needs to create the topics
$ docker-compose up consumer
$ # make a new tab
$ docker-compose run consumer rake publish_forever

You'll see it fail after around 1k messages erroring in the consumer tab.