Ack. Yeah, I totally agree with some of your points. I'll create a tracking
issue to improve the comments and the docs. Thanks a ton for the feedback!
On Monday, April 19, 2021 at 4:10:14 PM UTC-7 kortschak wrote:
> Comments in-line.
>
> On Mon, 2021-04-19 at 15:08 -0700, 'hong...@google.com' vi
Comments in-line.
On Mon, 2021-04-19 at 15:08 -0700, 'hong...@google.com' via golang-nuts
wrote:
> Ah, glad your issue was resolved. I did want to point out one thing:
>
> > 2. The topic was obtained in the subscriber using new topic
> creation
> > `client.CreateTopic(ctx, topic)` rather than gett
Ah, glad your issue was resolved. I did want to point out one thing:
> 2. The topic was obtained in the subscriber using new topic creation
> `client.CreateTopic(ctx, topic)` rather than getting a topic reference
> `client.Topic(topic)` which I see now is incorrect (thought which is
> poorly expla
On Mon, 2021-04-19 at 10:37 -0700, 'hong...@google.com' via golang-nuts
wrote:
> Is it possible for you to paste your yaml config file? At first
> glance, nothing seems to be out of the ordinary, but I'd like to try
> with the same configuration that you have to see if I missed
> anything.
Thanks,
Could you also post the logs when you run the non-working version?
On Thursday, April 15, 2021 at 3:00:55 AM UTC-7 kortschak wrote:
> I am trying to set up a toy to understand Google's Pub/Sub service Go
> client API. I have had no trouble with publishing and have a local
> emulator for the Googl
Is it possible for you to paste your yaml config file? At first glance,
nothing seems to be out of the ordinary, but I'd like to try with the same
configuration that you have to see if I missed anything.
On Thursday, April 15, 2021 at 3:00:55 AM UTC-7 kortschak wrote:
> I am trying to set up a