[go-nuts] Re: help with the Google Pub/Sub Go client API

2021-04-19 Thread 'hong...@google.com' via golang-nuts
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

[go-nuts] Re: help with the Google Pub/Sub Go client API

2021-04-19 Thread 'hong...@google.com' via golang-nuts
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

Re: [go-nuts] Re: help with the Google Pub/Sub Go client API

2021-04-19 Thread 'hong...@google.com' via golang-nuts
//github.com/GoogleCloudPlatform/golang-samples/tree/master/pubsub On Monday, April 19, 2021 at 2:35:01 PM UTC-7 kortschak wrote: > 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

Re: [go-nuts] Re: help with the Google Pub/Sub Go client API

2021-04-20 Thread 'hong...@google.com' via golang-nuts
;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 gettin