getindata / flink-http-connector

Http Connector for Apache Flink. Provides sources and sinks for Datastream , Table and SQL APIs.
Apache License 2.0
136 stars 39 forks source link

Update Readme and Examples to include setElementConverter(SchemaLifecycleAwareElementConverter) #62

Open kristoffSC opened 1 year ago

kristoffSC commented 1 year ago

README and examples still points to deprecated method 'setElementConverter(ElementConverter)'

Update README and Examples to include 'setElementConverter(SchemaLifecycleAwareElementConverter)' instead.