Good catch ! That being said, there is not only type routing that will be removed but all the type feature in ES ! It will be removed in 7.0. As we know the IO will break in 7.0 I prefer that you put `version == 5 || version == 6` everywhere you put `version >= 5` to avoid that the users use the IO on incompatible ES v7. We will then do another PR to support ES v7 on the IO. I just opened this ticket to track the future migration: https://issues.apache.org/jira/browse/BEAM-5192. @timrobertson100 I assigned it to you regarding our conversation of yesterday.
[ Full content available at: https://github.com/apache/beam/pull/6211 ] This message was relayed via gitbox.apache.org for [email protected]
