I'm running a Dataflow streaming pipeline that reads from PubSub and writes to BigQuery. When I try to verify that all the messages have been written to BigQuery I realize that some messages are missing.
How can I verify that all the messages sent to PubSub have been sent correctly?