Hello Joshua, How does your use-case look like, exactly, that requires creating and deleting topics at such a high rate?
You seem to need delivering a large number of messages to each client. This can be accomplished without subscribing to a topic. You may consider a technology such as Firebase Cloud Messaging <https://firebase.google.com/docs/cloud-messaging/> (FCM), which offers a broad range of messaging options and capabilities. For use cases such as instant messaging, a message can transfer a payload of up to 4KB to a client app. -- 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/eb913382-f0ff-40a7-9a06-30bc10f2d131%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
