google pubsub to google bq not working #1296
Replies: 2 comments 2 replies
-
|
Hey @mittal-jatin the docs are a bit misleading for the |
Beta Was this translation helpful? Give feedback.
-
|
In case someone else bumps into this, as mentioned in a longer thread on the Golang Slack, you might want to start with |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using benthos to stream data from google pubsub to google bigQuery using the below
config.yaml:In documentation, I could not differentiate between
max_in_flightandbatching.countclearly. Can someone give more context on these two fields. Also, when I tried changingmax_in_flightvalue to 10000 andbatching.countto 1000, I was getting some messages in BQ but not all.For the above configurations, I can see the
Hello Worldlogs in terminal but on pubsub console 9000 messages are unacknowledged and there is only 1000 records in BQ.Can someone tell where am I missing ?
Using benthos version - 4.0.0
Beta Was this translation helpful? Give feedback.
All reactions