Please migrate off JSON-RPC and Global HTTP Batch

2019-08-26 20:43发布

I received an email with the Title ^ as the subject. Says it all. I'm not directly using the specified endpoint (storage@v1). The project in question is a postback catcher that funnels data into BigQuery

App Engine > Pub Sub > Dataflow > Cloud Storage > BigQuery

Related question here indicates Dataflow might be indirectly using it. I'm only using the Cloud PubSub to GCS Text template.

What is the recommended course of action if I'm relying on a template?

1条回答
男人必须洒脱
2楼-- · 2019-08-26 21:25

I think the warning may come from a dataflow job which uses the old version of storage API. Please upgrade Dataflow/Beam SDK version beyond 2.5.

Since you're using our PubsubToText template. The easiest way to to it would be:

  1. Stop your pipeline. Be sure to select "Drain" when asked.
  2. Relaunch the pipeline using the newest version (which is automatically done if you're using UI), from the same subscription.
  3. Check the SDK version. It should be at least 2.7.

After that you should not see any more warnings.

查看更多
登录 后发表回答