Evgeny Minkevich
Evgeny Minkevich

Reputation: 2459

Google PubSub Emulator - Maven Repo?

Need to implement unit test cases for a custom component written on top of PubSub client API.

Is there a maven repo where I could get PubSub emulator jars?

Upvotes: 0

Views: 441

Answers (1)

Haw-Bin
Haw-Bin

Reputation: 416

We don't currently distribute the emulator outside of gcloud (this may change in the future). For testing purposes, you could just use the version that gets installed by gcloud (e.g. vendor it into your version control).

Upvotes: 1

Related Questions