@dattran-vn01 regarding your question about type routing: elastic website says about deprecation.
> We plan to introduce a new breaking change currently targeted for 6.0 to make > it so new indices will only allow a single type to be created to help you get > better prepared for 7.x. Don't worry though -- the multi-type indices you > created in 5.x will continue to work as before in 6.x. So indexes created using ES5 that contain mutli-types still work with ES6. The problem is that in the test we create ES6-version-indexes and those ones do not support multi-types to prepare users for type deactivation in ES7. IMHO it is a better communication to say to the users that type routing is not supported in ESIO6 rather than saying it is supported only if you created the index using a previous version of ES. So we can keep it that way. [ Full content available at: https://github.com/apache/beam/pull/6211 ] This message was relayed via gitbox.apache.org for [email protected]
