--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/9aba3c90-2f4a-4dd5-9ca5-ee2ee3292718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/CAKdozMc_UBNGnXrRCGnt2Lfi9fxmuqXg_709rdkxRtqmr8szAA%40mail.gmail.com.
Hi, AssumedNormal,Thanks for trying Pub/Sub! Usually, strange latency and throughput measurements end up being artifacts of the set up. End-to-end measurement in particular is tricky because it very much depends on how frequently you pull the messages and with what timeout.Could you tell me a bit more about how you are measuring latency (is it between Publish request and response or end to end) and what numbers are you seeing?kKir Titievsky | Product Manager | Google Cloud Pub/Sub
On Mon, Jun 6, 2016 at 4:39 PM, assumednormal <maxwell.w...@gmail.com> wrote:
I'm using Pubsub as part of a larger data pipeline that must handle 100,000 messages/second, at a minimum. I'm currently sending a fraction of that volume while building the pipeline and I'm seeing enough latency to make me concerned about the throughput of Pubsub. There are currently 70+ instances of a service running, each publishing batches of ~60 messages to the same Pubsub topic at a time.
- Is there a limit to the number of publishers for a given Pubsub topic?
- Is there a limit to the number of publishes/second for a given Pubsub topic?
- What are typical latency times on publishing with the Go API?
Also, does the Go API compress messages before publishing to Pubsub?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-discuss+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/9aba3c90-2f4a-4dd5-9ca5-ee2ee3292718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you for these. We certainly expect this to be in tens of milliseconds, not seconds. Would you tell me where you run the code?
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/9aba3c90-2f4a-4dd5-9ca5-ee2ee3292718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/e615ba85-2526-4abf-8515-8886594c6a40%40googlegroups.com.
$ uname -a
Linux assumednormal-vm01 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt25-2 (2016-04-08) x86_64 GNU/Linux
$ go version
go version go1.6.2 linux/amd64
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-discuss+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/9aba3c90-2f4a-4dd5-9ca5-ee2ee3292718%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-discuss+unsub...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-discuss+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/aa22003d-c3aa-459e-adea-f412f51af26e%40googlegroups.com.
publishes 198,902 ( 156,137 avg) messages/s 503.912 ( 620.260 avg) ms latency 1,565,391 total
However, a bunch also look like this :(
If we are using the library wrong, I would expect uniformly bad performance. This seems to be more consistent w/ congested networks or perhaps our Google Container instances are not configured properly? Looking forward to working with you to resolve this.
Thanks again for your reply =)