Upon receiving a command that triggers the sending of a specific group of messages, the server pumps out 10-100 messages. A client needs be be subscribed to receive exactly this group of messages. Thousands of such commands may be received in an hour, so we need a new "topic" for each such command.
But there is a limit of 10,000 "topics." How can this be accomplished in PubSub? Is there some concept other than "topic" to use? Actually, 10K might be enough , if we can create a topic on each such command and destroy it at the end. But I don't think that topics are meant to be used that way. Even so, we might eventually hit the 10K limit. Or is a technology other than PubSub preferable? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAD%3DB7cMfaeR94%2Bxn-SDkhMYYHUM9bdEE%2BYztufYAop_ch86txg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
