Originally, we had multiple Apis with different data models: the current
Java API, the record api, a JSON API. The common API was the data model
agnostic set of operators on which they built.

It has become redundant when we saw how well things can be built in top of
the Java API, using the TypeInformation. Now, Scala, Python, Dataflow, all
build on top of the Java API.

Reply via email to