-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Open
Description
What would you like to happen?
There is currently a check for Elasticsearch versions that will reject versions above 8:
Line 208 in 7735e7a
private static final List<Integer> VALID_CLUSTER_VERSIONS = Arrays.asList(5, 6, 7, 8); |
I am not confident enough in my Elasticsearch knowledge to know if simply adding 9 to this list is enough.
Issue Priority
Priority: 2 (default / most feature requests should be filed as P2)
Issue Components
- Component: Python SDK
- Component: Java SDK
- Component: Go SDK
- Component: Typescript SDK
- Component: IO connector
- Component: Beam YAML
- Component: Beam examples
- Component: Beam playground
- Component: Beam katas
- Component: Website
- Component: Infrastructure
- Component: Spark Runner
- Component: Flink Runner
- Component: Samza Runner
- Component: Twister2 Runner
- Component: Hazelcast Jet Runner
- Component: Google Cloud Dataflow Runner