Spring Cloud GCP's support for Datastore starts the Datastore emulator when spring.cloud.gcp.datastore.emulator.enabled is set to true, which is very convenient for local development and integration testing.
Could Spring Cloud GCP's support for Pub/Sub add a similar configuration property that starts up a Pub/Sub emulator instead of requiring an emulator to be started via some other way when setting spring.cloud.gcp.pubsub.emulator-host?