迁移全局HTTP批处理端点-间接使用 [英] Migrate off Global HTTP Batch Endpoints - indirect usage

查看:54
本文介绍了迁移全局HTTP批处理端点-间接使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到了一封来自Google的电子邮件,内容为我们谨在此通知您,JSON-RPC和Global HTTP批处理终结点将于2018年3月26日弃用",并且"HTTP Global批处理终结点"位于在我的一个项目中使用.

I have received an email from Google stating "We are writing to let you know that the JSON-RPC and Global HTTP batch endpoints will be deprecated on March 26, 2018", and that the "HTTP Global batch endpoint" is in use in one of my projects.

但是,我在该项目中没有直接使用http批处理终结点的代码.我想我正在使用的一些Google图书馆是间接调用它的,所以我的问题是:如何确定哪个图书馆需要更新,以及如何知道在设法解决该问题后会怎样?

However I have no code in that project which directly uses the http batch endpoint. I presume some google library I am using is calling it indirectly, so my question is: how can I figure out which library needs updating, and how can I know when I have managed to resolve the issue?

我主要使用Google Dataflow(v2.3.0),包括TextIO.Write方法(java)编写文件,以及BigQueryIO方法将数据导入BigQuery.可能是这两个问题吗?

I use primarily Google Dataflow (v2.3.0), including the TextIO.Write method (java) to write files, and the BigQueryIO method to import data into BigQuery. Could either of those be the problem?

推荐答案

您收到的电子邮件中应明确列出项目ID和从该项目调用的API,这将受到弃用的影响.

The email you received should have explicitly listed both the project id and the API(s) called from that project which will be impacted by the deprecation.

如果您收到一封后续电子邮件,其中列出了项目ID,但标题为"API API"和"JSON-RPC或Global HTTP Batch Endpoint?"的空白列,则可以放心地忽略该电子邮件.

If you received a follow up email with a project id listed but with blank columns titled 'API called' and 'JSON-RPC or Global HTTP Batch Endpoint?', you can safely ignore the email.

如果收到的内容有所不同,您可以共享文字,删除任何个人信息吗?

If you received something different can you please share the text, redacting any personal information?

Google Dataflow不受此折旧的直接影响,但确实触及了后台的批处理端点.数据流团队已经意识到,并将在适当的时候发布更新的SDK.

Google Dataflow is not directly impacted by this deprecation but it does hit the batch endpoint under the hood. The Dataflow team is aware and will be releasing an updated SDK in due course.

谢谢!

这篇关于迁移全局HTTP批处理端点-间接使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆