You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within our parsing logic, we make use of the pubsub timestamp rather than the parsed events timestamp (Parser.stripStackdriverEncapsulation). This creates problems in the case of old messages getting backfilled into pubsub for whatever reason and causes a disconnect between our tests and production.
Instead, we should make use of the parsed out event timestamp.
The text was updated successfully, but these errors were encountered:
Within our parsing logic, we make use of the pubsub timestamp rather than the parsed events timestamp (
Parser.stripStackdriverEncapsulation
). This creates problems in the case of old messages getting backfilled into pubsub for whatever reason and causes a disconnect between our tests and production.Instead, we should make use of the parsed out event timestamp.
The text was updated successfully, but these errors were encountered: