Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

services/pubsub: setup topic & subscription on deployment #291

Description

@mgenov

The thing that bothers me for pub/sub usage on local environment is that there is no automatic way for update of topics and subscriptions on deployment.

Here is an init servlet that updates topic and subscriptions but it requires a remote client to call it.
https://github.com/GoogleCloudPlatform/cloud-pubsub-samples-java/blob/master/appengine-push/src/main/java/com/google/cloud/pubsub/client/demos/appengine/servlet/InitServlet.java

I though that google-appengine-plugin could deal with this stuff as it is authenticated and is able to use the pubsub api. What you guys think about this topic ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions